HomeSort by relevance Sort by last modified time
    Searched refs:add_route (Results 1 - 3 of 3) sorted by null

  /external/dhcpcd/
net.h 128 #define add_route(rt) if_route(rt, 1) macro
configure.c 488 if (!add_route(rt))
500 syslog(LOG_ERR, "%s: add_route: %m", rt->iface->name);
518 if (!add_route(nrt))
520 syslog(LOG_ERR, "%s: add_route: %m", nrt->iface->name);
  /external/iputils/
rdisc.c 96 static void add_route(struct in_addr addr);
1370 add_route(tp->router);
1474 add_route(struct in_addr addr) function
    [all...]

Completed in 163 milliseconds