Home
last modified time | relevance | path

Searched refs:if_route (Results 1 – 5 of 5) sorted by relevance

/external/dhcpcd-6.8.2/
Dif-sun.c118 if_route(const struct rt *rt, int action) in if_route() function
Dif.h146 int if_route(unsigned char, const struct rt *rt);
Dipv4.c402 if (if_route(RTM_ADD, nrt) == 0) { in nc_route()
403 if (ort && if_route(RTM_DELETE, ort) == -1 && errno != ESRCH) in nc_route()
416 if (ort && if_route(RTM_DELETE, ort) == -1 && errno != ESRCH) in nc_route()
418 if (if_route(RTM_ADD, nrt) == 0) in nc_route()
433 retval = if_route(RTM_DELETE, rt); in d_route()
Dif-bsd.c545 if_route(unsigned char cmd, const struct rt *rt) in if_route() function
Dif-linux.c1319 if_route(unsigned char cmd, const struct rt *rt) in if_route() function