Searched refs:if_route (Results 1 – 3 of 3) sorted by relevance
573 if (if_route(RTM_CHANGE, nrt) != -1) { in rt_add()584 if (if_route(RTM_ADD, nrt) != -1) { in rt_add()586 if (if_route(RTM_DELETE, ort) == -1 && errno != ESRCH) in rt_add()605 if (if_route(RTM_DELETE, ort) == -1 && errno != ESRCH) in rt_add()616 if (if_route(RTM_DELETE, ort) == -1) in rt_add()624 if (if_route(RTM_ADD, nrt) != -1 || errno == EEXIST) { in rt_add()648 retval = if_route(RTM_DELETE, rt) == -1 ? false : true; in rt_delete()
254 int if_route(unsigned char, const struct rt *rt);
700 if_route(unsigned char cmd, const struct rt *rt) in if_route() function