OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:accept_msg
(Results
1 - 3
of
3
) sorted by null
/external/iproute2/bridge/
monitor.c
38
static int
accept_msg
(const struct sockaddr_nl *who,
function
130
err = rtnl_from_file(fp,
accept_msg
, stdout);
139
if (rtnl_listen(&rth,
accept_msg
, stdout) < 0)
/external/iproute2/ip/
ipmonitor.c
57
static int
accept_msg
(const struct sockaddr_nl *who,
function
294
err = rtnl_from_file(fp,
accept_msg
, stdout);
307
if (rtnl_listen(&rth,
accept_msg
, stdout) < 0)
iplink.c
189
static int
accept_msg
(const struct sockaddr_nl *who,
function
223
rtnl_listen(&rth,
accept_msg
, NULL);
Completed in 634 milliseconds