Searched refs:if_route (Results 1 - 3 of 3) sorted by relevance

/external/dhcpcd/
H A Dnet.h127 int if_route(const struct rt *rt, int);
128 #define add_route(rt) if_route(rt, 1)
129 #define change_route(rt) if_route(rt, 0)
130 #define del_route(rt) if_route(rt, -1)
131 #define del_src_route(rt) if_route(rt, -2);
H A Dif-bsd.c190 if_route(const struct rt *rt, int action) function
H A Dif-linux.c531 if_route(const struct rt *rt, int action) function

Completed in 100 milliseconds