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

  /external/dhcpcd-6.8.2/
if-sun.c 118 if_route(const struct rt *rt, int action) function
if.h 146 int if_route(unsigned char, const struct rt *rt);
ipv4.c 402 if (if_route(RTM_ADD, nrt) == 0) {
403 if (ort && if_route(RTM_DELETE, ort) == -1 && errno != ESRCH)
404 logger(nrt->iface->ctx, LOG_ERR, "if_route (DEL): %m");
416 if (ort && if_route(RTM_DELETE, ort) == -1 && errno != ESRCH)
417 logger(nrt->iface->ctx, LOG_ERR, "if_route (DEL): %m");
418 if (if_route(RTM_ADD, nrt) == 0)
423 logger(nrt->iface->ctx, LOG_ERR, "if_route (ADD): %m");
433 retval = if_route(RTM_DELETE, rt);
if-bsd.c 545 if_route(unsigned char cmd, const struct rt *rt) function
    [all...]
if-linux.c 1319 if_route(unsigned char cmd, const struct rt *rt) function
    [all...]

Completed in 87 milliseconds