HomeSort by relevance Sort by last modified time
    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
131 err = rtnl_from_file(fp, accept_msg, stdout);
140 if (rtnl_listen(&rth, accept_msg, stdout) < 0)
  /external/iproute2/ip/
ipmonitor.c 56 static int accept_msg(const struct sockaddr_nl *who, function
296 err = rtnl_from_file(fp, accept_msg, stdout);
310 if (rtnl_listen(&rth, accept_msg, stdout) < 0)
iplink.c 195 static int accept_msg(const struct sockaddr_nl *who, function
227 rtnl_listen(&rth, accept_msg, NULL);
    [all...]

Completed in 161 milliseconds