Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/netinet/
H A Dif_ether.h142 #define RTF_ANNOUNCE RTF_PROTO2 /* announce new arp entry */ macro
H A Din_arp.c946 if (rt->rt_flags & RTF_ANNOUNCE) { in arp_rtrequest()
H A Din.c2661 arpc.rtm.rtm_flags |= RTF_ANNOUNCE; in in_lltable_dump_entry()
/xnu-8796.141.3/bsd/netinet6/
H A Dnd6.h63 #ifndef RTF_ANNOUNCE
64 #define RTF_ANNOUNCE RTF_PROTO2 macro
H A Dnd6.c3003 } else if (rt->rt_flags & RTF_ANNOUNCE) { in nd6_rtrequest()
3039 if ((rt->rt_flags & RTF_ANNOUNCE) && in nd6_rtrequest()
H A Dnd6_nbr.c406 if ((rt->rt_flags & RTF_ANNOUNCE) != 0 && in nd6_ns_input()
H A Din6.c4902 ndpc.rtm.rtm_flags |= RTF_ANNOUNCE; in in6_lltable_dump_entry()
/xnu-8796.141.3/bsd/net/
H A Dif_llatbl.c819 if (rtm->rtm_flags & RTF_ANNOUNCE) { in lla_rt_output()