Searched refs:RTM_DELETE (Results 1 – 6 of 6) sorted by relevance
124 #define RTM_DELETE 0x2 /* Delete Route */ macro
348 case RTM_DELETE: in ipv4_handlert()403 if (ort && if_route(RTM_DELETE, ort) == -1 && errno != ESRCH) in nc_route()416 if (ort && if_route(RTM_DELETE, ort) == -1 && errno != ESRCH) in nc_route()433 retval = if_route(RTM_DELETE, rt); in d_route()
540 cmd = RTM_DELETE; in link_route()1336 case RTM_DELETE: in if_route()1345 if (cmd == RTM_DELETE) in if_route()1536 case RTM_DELETE: in if_route6()1544 if (cmd == RTM_DELETE) in if_route6()
578 if (cmd != RTM_DELETE) in if_route()595 if (cmd != RTM_DELETE) { in if_route()1223 case RTM_DELETE: in if_managelink()1256 rtm->rtm_type != RTM_DELETE && in if_managelink()
1813 case RTM_DELETE: in ipv6_handlert()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()1890 retval = if_route6(RTM_DELETE, rt); in d_route()
668 case RTM_DELETE: in update_myaddrs()