Home
last modified time | relevance | path

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

12

/openbsd/sys/net/
H A Droute.h157 #define RTF_STATIC 0x800 /* manually added */ macro
175 RTF_REJECT | RTF_STATIC | RTF_MPLS | RTF_BFD)
H A Droute.c975 info->rti_flags &= ~(RTF_CLONING|RTF_CONNECTED|RTF_STATIC); in rtrequest()
H A Drtsock.c814 else if (rtm->rtm_flags & RTF_STATIC) in route_output()
/openbsd/sys/netinet6/
H A Dnd6_rtr.c235 if ((rt->rt_flags & RTF_STATIC) != 0) in rt6_deleteroute()
H A Dnd6.c695 if (!ISSET(rt->rt_flags, RTF_STATIC|RTF_CACHED)) in nd6_free()
1074 if (ISSET(rt->rt_flags, RTF_STATIC|RTF_LOCAL)) { in nd6_cache_lladdr()
/openbsd/usr.sbin/rarpd/
H A Darptab.c190 rtm->rtm_flags |= (RTF_HOST | RTF_STATIC); in rtmsg()
/openbsd/usr.sbin/relayd/
H A Dpfe_route.c136 hdr.rtm_flags = RTF_STATIC | RTF_GATEWAY | RTF_MPATH; in pfe_route()
/openbsd/sbin/iked/
H A Dvroute.c209 vroute_doroute(env, RTF_UP | RTF_GATEWAY | RTF_STATIC, in vroute_cleanup()
602 flags = RTF_UP | RTF_GATEWAY | RTF_STATIC; in vroute_getroute()
683 flags = RTF_UP | RTF_HOST | RTF_STATIC; in vroute_getcloneroute()
/openbsd/usr.sbin/hostapd/
H A Droaming.c223 rm.rm_hdr.rtm_flags = RTF_STATIC; in hostapd_roaming_rt()
/openbsd/sbin/route/
H A Droute.c396 if ((rtm->rtm_flags & (RTF_GATEWAY|RTF_STATIC|RTF_LLINFO)) == 0) in flushroutes()
575 int ishost = 0, ret = 0, attempts, oerrno, flags = RTF_STATIC; in newroute()
659 flags &= ~RTF_STATIC; in newroute()
689 flags |= RTF_STATIC; in newroute()
H A Dshow.c83 { RTF_STATIC, 'S' },
/openbsd/usr.sbin/ripd/
H A Dkroute.c874 if (rtm->rtm_flags & RTF_STATIC) in fetchtable()
1099 if (rtm->rtm_flags & RTF_STATIC) in dispatch_rtmsg()
/openbsd/usr.bin/netstat/
H A Dshow.c82 { RTF_STATIC, 'S' },
/openbsd/usr.sbin/route6d/
H A Droute6d.c860 if (rrt->rrt_flags & RTF_STATIC) { in tobeadv()
1798 if ((rrt->rrt_flags & RTF_STATIC) == 0) { in rt_del()
2304 RTFLAG("S", RTF_STATIC); in rtflags()
2465 if (aflag == 0 && (rtm->rtm_flags & RTF_STATIC)) in rt_entry()
/openbsd/usr.sbin/ndp/
H A Dndp.c755 rtm->rtm_flags |= (RTF_HOST | RTF_STATIC); in rtmsg()
/openbsd/usr.sbin/arp/
H A Darp.c637 rtm->rtm_flags |= (RTF_HOST | RTF_STATIC); in rtmsg()
/openbsd/sbin/slaacd/
H A Dslaacd.c729 rtm.rtm_flags = RTF_UP | RTF_GATEWAY | RTF_STATIC | RTF_MPATH; in configure_gateway()
/openbsd/sys/netinet/
H A Dif_ether.c761 if (!ISSET(rt->rt_flags, RTF_STATIC|RTF_CACHED)) in arptfree()
/openbsd/usr.sbin/pppd/
H A Dsys-bsd.c1152 arpmsg.hdr.rtm_flags = RTF_ANNOUNCE | RTF_HOST | RTF_STATIC; in sifproxyarp()
/openbsd/sbin/dhcpleased/
H A Ddhcpleased.c1066 rtm.rtm_flags = RTF_UP | RTF_STATIC | RTF_MPATH | rtm_flags; in configure_route()
/openbsd/libexec/snmpd/snmpd_metrics/
H A Dkroute.c1414 if (rtm->rtm_flags & RTF_STATIC) in dispatch_rtmsg_addr()
/openbsd/usr.sbin/eigrpd/
H A Dkroute.c1472 if (rtm->rtm_flags & RTF_STATIC) in rtmsg_process_route()
/openbsd/usr.sbin/ospfd/
H A Dkroute.c1457 if (rtm->rtm_flags & RTF_STATIC) in rtmsg_process()
/openbsd/usr.sbin/ospf6d/
H A Dkroute.c1420 if (rtm->rtm_flags & RTF_STATIC) in rtmsg_process()
/openbsd/usr.sbin/ldpd/
H A Dkroute.c1699 if (rtm->rtm_flags & RTF_STATIC) in rtmsg_process_route()

12