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

  /external/dhcpcd/
net.h 127 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);
if-bsd.c 190 if_route(const struct rt *rt, int action) function
if-linux.c 531 if_route(const struct rt *rt, int action) function

Completed in 509 milliseconds