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

/external/dhcpcd-6.8.2/
H A Dif-sun.c136 if_route6(const struct rt6 *rt, int action) function
H A Dif.h167 int if_route6(unsigned char, const struct rt6 *rt);
H A Dipv6.c1858 if (if_route6(RTM_ADD, nrt) == 0) {
1859 if (ort && if_route6(RTM_DELETE, ort) == -1 &&
1861 logger(nrt->iface->ctx, LOG_ERR, "if_route6 (DEL): %m");
1873 if (ort && if_route6(RTM_DELETE, ort) == -1 && errno != ESRCH)
1874 logger(nrt->iface->ctx, LOG_ERR, "if_route6: %m");
1875 if (if_route6(RTM_ADD, nrt) == 0)
1880 logger(nrt->iface->ctx, LOG_ERR, "if_route6 (ADD): %m");
1890 retval = if_route6(RTM_DELETE, rt);
H A Dif-bsd.c934 if_route6(unsigned char cmd, const struct rt6 *rt) function
H A Dif-linux.c1520 if_route6(unsigned char cmd, const struct rt6 *rt) function

Completed in 101 milliseconds