Home
last modified time | relevance | path

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

/external/dhcpcd-6.8.2/
Dif-sun.c136 if_route6(const struct rt6 *rt, int action) in if_route6() function
Dif.h167 int if_route6(unsigned char, const struct rt6 *rt);
Dipv6.c1858 if (if_route6(RTM_ADD, nrt) == 0) { in nc_route()
1859 if (ort && if_route6(RTM_DELETE, ort) == -1 && in nc_route()
1873 if (ort && if_route6(RTM_DELETE, ort) == -1 && errno != ESRCH) in nc_route()
1875 if (if_route6(RTM_ADD, nrt) == 0) in nc_route()
1890 retval = if_route6(RTM_DELETE, rt); in d_route()
Dif-bsd.c934 if_route6(unsigned char cmd, const struct rt6 *rt) in if_route6() function
Dif-linux.c1520 if_route6(unsigned char cmd, const struct rt6 *rt) in if_route6() function