Searched refs:rt_routemsg (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/net/route/ |
H A D | route_ifaddrs.c | 85 rt_routemsg(cmd, rc.rc_rt, nh, fibnum); in rib_handle_ifaddr_one()
|
H A D | route_ctl.c | 1521 rt_routemsg(RTM_DELETE, rt, wn[i].nh, fibnum); in rib_walk_del() 1524 rt_routemsg(RTM_DELETE, rt, nh, fibnum); in rib_walk_del()
|
/freebsd/sys/net/ |
H A D | route.h | 424 int rt_routemsg(int, struct rtentry *, struct nhop_object *, int);
|
H A D | route.c | 662 rt_routemsg(int cmd, struct rtentry *rt, struct nhop_object *nh, in rt_routemsg() function
|
H A D | rtsock.c | 284 rt_routemsg(rc->rc_cmd, rc->rc_rt, nh, fibnum); in report_route_event()
|
/freebsd/sys/netinet6/ |
H A D | nd6_rtr.c | 697 rt_routemsg(RTM_ADD, rc.rc_rt, nh, fibnum); in defrouter_addreq() 731 rt_routemsg(RTM_DELETE, rc.rc_rt, nh, fibnum); in defrouter_delreq()
|