Searched refs:rib_del_route_px (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/net/route/ |
H A D | route_ctl.h | 57 int rib_del_route_px(uint32_t fibnum, struct sockaddr *dst, int plen,
|
H A D | route_ctl.c | 540 return (rib_del_route_px(fibnum, dst, plen, match_gw_one, &gwd, op_flags, rc)); in rib_del_route_px_gw() 558 rib_del_route_px(uint32_t fibnum, struct sockaddr *dst, int plen, in rib_del_route_px() function
|
/freebsd/sys/netlink/route/ |
H A D | rt.c | 1013 error = rib_del_route_px(attrs.rta_table, attrs.rta_dst, in rtnl_handle_delroute()
|
/freebsd/sys/netinet6/ |
H A D | nd6_rtr.c | 727 error = rib_del_route_px(fibnum, (struct sockaddr *)&dst, 0, in defrouter_delreq()
|
H A D | nd6.c | 1602 rib_del_route_px(fibnum, (struct sockaddr *)&sin6, 128, in nd6_free_redirect()
|