Searched refs:RTF_STATIC (Results 1 – 25 of 26) sorted by relevance
12
/openbsd/sys/net/ |
H A D | route.h | 157 #define RTF_STATIC 0x800 /* manually added */ macro 175 RTF_REJECT | RTF_STATIC | RTF_MPLS | RTF_BFD)
|
H A D | route.c | 975 info->rti_flags &= ~(RTF_CLONING|RTF_CONNECTED|RTF_STATIC); in rtrequest()
|
H A D | rtsock.c | 814 else if (rtm->rtm_flags & RTF_STATIC) in route_output()
|
/openbsd/sys/netinet6/ |
H A D | nd6_rtr.c | 235 if ((rt->rt_flags & RTF_STATIC) != 0) in rt6_deleteroute()
|
H A D | nd6.c | 695 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 D | arptab.c | 190 rtm->rtm_flags |= (RTF_HOST | RTF_STATIC); in rtmsg()
|
/openbsd/usr.sbin/relayd/ |
H A D | pfe_route.c | 136 hdr.rtm_flags = RTF_STATIC | RTF_GATEWAY | RTF_MPATH; in pfe_route()
|
/openbsd/sbin/iked/ |
H A D | vroute.c | 209 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 D | roaming.c | 223 rm.rm_hdr.rtm_flags = RTF_STATIC; in hostapd_roaming_rt()
|
/openbsd/sbin/route/ |
H A D | route.c | 396 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 D | show.c | 83 { RTF_STATIC, 'S' },
|
/openbsd/usr.sbin/ripd/ |
H A D | kroute.c | 874 if (rtm->rtm_flags & RTF_STATIC) in fetchtable() 1099 if (rtm->rtm_flags & RTF_STATIC) in dispatch_rtmsg()
|
/openbsd/usr.bin/netstat/ |
H A D | show.c | 82 { RTF_STATIC, 'S' },
|
/openbsd/usr.sbin/route6d/ |
H A D | route6d.c | 860 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 D | ndp.c | 755 rtm->rtm_flags |= (RTF_HOST | RTF_STATIC); in rtmsg()
|
/openbsd/usr.sbin/arp/ |
H A D | arp.c | 637 rtm->rtm_flags |= (RTF_HOST | RTF_STATIC); in rtmsg()
|
/openbsd/sbin/slaacd/ |
H A D | slaacd.c | 729 rtm.rtm_flags = RTF_UP | RTF_GATEWAY | RTF_STATIC | RTF_MPATH; in configure_gateway()
|
/openbsd/sys/netinet/ |
H A D | if_ether.c | 761 if (!ISSET(rt->rt_flags, RTF_STATIC|RTF_CACHED)) in arptfree()
|
/openbsd/usr.sbin/pppd/ |
H A D | sys-bsd.c | 1152 arpmsg.hdr.rtm_flags = RTF_ANNOUNCE | RTF_HOST | RTF_STATIC; in sifproxyarp()
|
/openbsd/sbin/dhcpleased/ |
H A D | dhcpleased.c | 1066 rtm.rtm_flags = RTF_UP | RTF_STATIC | RTF_MPATH | rtm_flags; in configure_route()
|
/openbsd/libexec/snmpd/snmpd_metrics/ |
H A D | kroute.c | 1414 if (rtm->rtm_flags & RTF_STATIC) in dispatch_rtmsg_addr()
|
/openbsd/usr.sbin/eigrpd/ |
H A D | kroute.c | 1472 if (rtm->rtm_flags & RTF_STATIC) in rtmsg_process_route()
|
/openbsd/usr.sbin/ospfd/ |
H A D | kroute.c | 1457 if (rtm->rtm_flags & RTF_STATIC) in rtmsg_process()
|
/openbsd/usr.sbin/ospf6d/ |
H A D | kroute.c | 1420 if (rtm->rtm_flags & RTF_STATIC) in rtmsg_process()
|
/openbsd/usr.sbin/ldpd/ |
H A D | kroute.c | 1699 if (rtm->rtm_flags & RTF_STATIC) in rtmsg_process_route()
|
12