Searched refs:if_route (Results 1 – 5 of 5) sorted by relevance
118 if_route(const struct rt *rt, int action) in if_route() function
146 int if_route(unsigned char, const struct rt *rt);
402 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()
545 if_route(unsigned char cmd, const struct rt *rt) in if_route() function
1319 if_route(unsigned char cmd, const struct rt *rt) in if_route() function