Home
last modified time | relevance | path

Searched refs:RTF_BROADCAST (Results 1 – 8 of 8) sorted by relevance

/netbsd/sbin/route/
H A Dshow.c135 static int interesting = RTF_ANNOUNCE | RTF_BLACKHOLE | RTF_BROADCAST | in show()
H A Drtutil.c95 { RTF_BROADCAST, 'b'},
/netbsd/sys/net/
H A Droute.h174 #define RTF_BROADCAST 0x80000 /* route represents a bcast address */ macro
/netbsd/sys/netinet/
H A Dif_arp.c451 !(rt->rt_flags & RTF_BROADCAST) && in arp_rtrequest()
453 rt->rt_flags |= RTF_BROADCAST; in arp_rtrequest()
455 if (rt->rt_flags & RTF_BROADCAST) in arp_rtrequest()
H A Dip_flow.c280 (rt->rt_flags & (RTF_BLACKHOLE | RTF_BROADCAST)) != 0) in ipflow_fastforward()
H A Dip_output.c373 rt->rt_flags & RTF_BROADCAST; in ip_output()
400 isbroadcast = rt->rt_flags & RTF_BROADCAST; in ip_output()
/netbsd/external/bsd/dhcpcd/dist/src/
H A Dif-bsd.c847 #ifdef RTF_BROADCAST in if_realroute()
848 if (rtm->rtm_flags & RTF_BROADCAST) in if_realroute()
/netbsd/usr.sbin/route6d/
H A Droute6d.c2288 #ifdef RTF_BROADCAST in rtflags()
2289 RTFLAG("b", RTF_BROADCAST); in rtflags()