Displaying 3 results from an estimated 3 matches for "rtnl_close".
2006 May 16
0
rtbl_talk() call failed
...call failed, reason: 2 , no such file or directory
i found this line in the file delete_object_util.c
rtnl_talk(&rth, &req.n, 0, 0, NULL,NULL,NULL);
result=errno;
if(result!=0)
syslog(LOG_2,"rtnetlink call failed, reason: %i, %s", result, strerror(result));
rtnl_close(&rth);
return(result);
whatis rtnl_talk() do ??
help me please,
thanks
ragu
---------------------------------
Blab-away for as little as 1ยข/min. Make PC-to-Phone Calls using Yahoo! Messenger with Voice.
_______________________________________________
LARTC mailing...
2003 Jan 14
0
tcng version 9d
...(updated
tests/sprintf)
- comtc''s second pass now invokes tcc with the -n option, because some versions
of CPP don''t allow -include with -fpreprocessed
- toys/comtc mis-converted stdin location tags when using cpp 2.96 (reported by
Martin A. Brown)
- tcsim executed original rtnl_close, closing an undefined file descriptor,
which sometimes upset flex, causing it to fail with "input in flex scanner
failed" (reported by "bauer")
--
_________________________________________________________________________
/ Werner Almesberger, Buenos Aires, Argentina...
2018 Apr 27
0
[Bug 1251] New: Hide private symbols in libnfnetlink
...la.netfilter.org/attachment.cgi?id=536&action=edit
patch
I've recently tried applying -fvisibility=hidden to libnfnetlink
(draft patch attached) and was able to remove several (supposedly
private) symbols from library interface:
nfnl_set_sequence_tracking
nfnl_unset_sequence_tracking
rtnl_close
rtnl_dump_type
rtnl_handler_register
rtnl_handler_unregister
rtnl_open
rtnl_parse_rtattr
rtnl_receive
rtnl_receive_multi
Would something like this make sense for trunk?
--
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------...