Searched refs:if_route6 (Results 1 – 5 of 5) sorted by relevance
136 if_route6(const struct rt6 *rt, int action) in if_route6() function
167 int if_route6(unsigned char, const struct rt6 *rt);
1858 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()
934 if_route6(unsigned char cmd, const struct rt6 *rt) in if_route6() function
1520 if_route6(unsigned char cmd, const struct rt6 *rt) in if_route6() function