Home
last modified time | relevance | path

Searched refs:RTF_STATIC (Results 1 – 24 of 24) sorted by relevance

/NextBSD/tools/debugscripts/
HDnetstat-anr.gdb20 set $RTF_STATIC = 0x800 toplevelVariable
66 if ($arg0 & $RTF_STATIC)
/NextBSD/sys/net/
HDroute.h163 #define RTF_STATIC 0x800 /* manually added */ macro
186 RTF_REJECT | RTF_STATIC | RTF_STICKY)
HDif.c1584 info.rti_flags = ifa->ifa_flags | RTF_HOST | RTF_STATIC; in ifa_maintain_loopback_route()
/NextBSD/sys/netinet/
HDin_rmx.c162 if ((rt->rt_flags & RTF_STATIC) != 0 && ap->del == 0) in in_ifadownkill()
HDin.c1380 arpc.rtm.rtm_flags |= RTF_STATIC; in in_lltable_dump_entry()
/NextBSD/sbin/atm/atmconfig/
HDnatm.c265 RTF_STATIC)) == (RTF_UP | RTF_HOST | RTF_STATIC) && in natm_route_fetch()
523 do_route(RTM_ADD, RTF_HOST | RTF_STATIC | RTF_UP, &sain, &sdl); in natm_add()
/NextBSD/contrib/traceroute/
HDfindsaddr-socket.c92 RTF_UP | RTF_GATEWAY | RTF_HOST | RTF_STATIC,
/NextBSD/contrib/netbsd-tests/net/if_loop/
HDt_pr.c94 rtm.rtm_flags = RTF_STATIC; in setup()
/NextBSD/libexec/bootpd/
HDrtmsg.c200 rtm->rtm_flags |= (RTF_HOST | RTF_STATIC | RTF_LLDATA);
/NextBSD/contrib/netbsd-tests/net/config/
HDnetconfig.c146 rtm.rtm_flags = RTF_UP | RTF_GATEWAY | RTF_STATIC; in netcfg_rump_route()
/NextBSD/usr.sbin/ppp/
HDroute.c161 { RTF_STATIC, 'S' },
759 rtmes.m_rtm.rtm_flags = RTF_UP | RTF_GATEWAY | RTF_STATIC; in rt_Set()
879 rtmes.m_rtm.rtm_flags = RTF_UP | RTF_STATIC; in rt_Update()
HDarp.c122 arpmsg.hdr.rtm_flags = RTF_ANNOUNCE | RTF_HOST | RTF_STATIC | RTF_LLDATA; in arp_ProxySub()
/NextBSD/sbin/route/
HDroute.c789 flags = RTF_STATIC; in newroute()
827 flags &= ~RTF_STATIC; in newroute()
857 flags |= RTF_STATIC; in newroute()
/NextBSD/contrib/bsnmp/snmp_mibII/
HDmibII_route.c192 (rtm->rtm_flags & RTF_STATIC) ? 3 : in mib_sroute_process()
/NextBSD/usr.sbin/route6d/
HDroute6d.c1022 if (rrt->rrt_flags & RTF_STATIC) { in tobeadv()
2013 if ((rrt->rrt_flags & RTF_STATIC) == 0) { in rt_del()
2513 RTFLAG("S", RTF_STATIC); in rtflags()
2656 if (!(rtm->rtm_flags & (RTF_GATEWAY|RTF_HOST|RTF_STATIC))) in rt_entry()
2705 if (aflag == 0 && (rtm->rtm_flags & RTF_STATIC)) in rt_entry()
/NextBSD/usr.bin/netstat/
HDroute.c87 { RTF_STATIC, 'S', "static" },
/NextBSD/usr.sbin/arp/
HDarp.c747 rtm->rtm_flags |= (RTF_HOST | RTF_STATIC | RTF_LLDATA); in rtmsg()
/NextBSD/usr.sbin/rarpd/
HDrarpd.c786 rt->rtm_flags = RTF_HOST | RTF_STATIC; in update_arptab()
/NextBSD/sys/netinet6/
HDin6.c176 rt.rt_flags = RTF_HOST | RTF_STATIC; in in6_newaddrmsg()
2379 ndpc.rtm.rtm_flags |= RTF_STATIC; in in6_lltable_dump_entry()
HDnd6_rtr.c2097 if ((rt->rt_flags & RTF_STATIC) != 0) in rt6_deleteroute()
/NextBSD/usr.sbin/ndp/
HDndp.c857 rtm->rtm_flags |= (RTF_HOST | RTF_STATIC | RTF_LLDATA); in rtmsg()
/NextBSD/usr.sbin/uhsoctl/
HDuhsoctl.c952 r.rtm.rtm_flags = RTF_UP | RTF_STATIC; in at_async_owandata()
/NextBSD/sbin/routed/
HDtable.c926 if (rtm->rtm_flags & RTF_STATIC) in rtm_add()
/NextBSD/sys/nfs/
HDbootp_subr.c1064 (RTF_UP | RTF_GATEWAY | RTF_STATIC), NULL, RT_DEFAULT_FIB); in bootpc_adjust_interface()