Home
last modified time | relevance | path

Searched refs:RTM_CHANGE (Results 1 – 14 of 14) sorted by relevance

/dragonfly/libexec/bootpd/
H A Drtmsg.c154 op = RTM_CHANGE; in bsd_arp_set()
203 case RTM_CHANGE: in rtmsg()
/dragonfly/sbin/routed/
H A Dtable.c691 if (metric != 0 || action == RTM_CHANGE) { in rtioctl()
717 && (action == RTM_CHANGE || action == RTM_DELETE)) { in rtioctl()
719 if (action == RTM_CHANGE) { in rtioctl()
850 case RTM_CHANGE: in kern_ioctl()
1158 if (m.r.rtm.rtm_type <= RTM_CHANGE in read_rt()
1201 if (m.r.rtm.rtm_type <= RTM_CHANGE) in read_rt()
1250 case RTM_CHANGE: in read_rt()
1490 kern_ioctl(k, RTM_CHANGE, in fix_kern()
/dragonfly/usr.sbin/arp/
H A Darp.c454 if (rtmsg(RTM_CHANGE) == 0) { in delete()
629 if (cmd == RTM_DELETE || cmd == RTM_CHANGE) in rtmsg()
673 if (errno != ESRCH || (cmd != RTM_DELETE && cmd != RTM_CHANGE)) { in rtmsg()
/dragonfly/contrib/dhcpcd/src/
H A Dif.h232 #define RTM_CHANGE 0x3 /* Change Metrics or flags */ macro
H A Dif-bsd.c153 RTM_ADD, RTM_CHANGE, RTM_DELETE, RTM_MISS, in if_opensockets_os()
717 if (cmd == RTM_ADD || cmd == RTM_CHANGE) { in if_route()
1284 rtm->rtm_type == RTM_CHANGE) && in if_rtm()
1519 case RTM_CHANGE: /* FALLTHROUGH */ in if_dispatch()
H A Droute.c573 if (if_route(RTM_CHANGE, nrt) != -1) { in rt_add()
/dragonfly/sys/net/
H A Droute.h233 #define RTM_CHANGE 0x3 /* Change Metrics or flags */ macro
H A Drtsock.c789 case RTM_CHANGE: in route_output()
790 error = rtsearch_global(RTM_CHANGE, &rtinfo, in route_output()
963 rt_rtmsg(RTM_CHANGE, rt, rt->rt_ifp, 0); in route_output_change_callback()
H A Droute.c427 rt_rtmsg(RTM_CHANGE, rt, rt->rt_ifp, 0); in rtredirect_oncpu()
/dragonfly/usr.sbin/ppp/
H A Droute.c820 rtmes.m_rtm.rtm_type = cmd = RTM_CHANGE; in rt_Set()
871 rtmes.m_rtm.rtm_type = RTM_CHANGE; in rt_Update()
/dragonfly/sys/netinet/
H A Dif_ether.c725 int rt_cmd = sdl->sdl_alen == 0 ? RTM_ADD : RTM_CHANGE; in arp_update_oncpu()
/dragonfly/usr.sbin/route6d/
H A Droute6d.c1642 case RTM_CHANGE: in rtrecv()
2229 RTTYPE("CHANGE", RTM_CHANGE); in rttypes()
/dragonfly/sbin/route/
H A Droute.c1299 cmd = RTM_CHANGE; in rtmsg()
/dragonfly/sys/netinet6/
H A Dnd6.c1888 rt_rtmsg(llchange ? RTM_CHANGE : RTM_ADD, rt, rt->rt_ifp, 0); in nd6_cache_lladdr()