Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet6/
H A Dnd6_nbr.c2053 boolean_t txunsolna; in nd6_dad_timer() local
2066 txunsolna = (ndi->flags & ND6_IFF_REPLICATED) != 0; in nd6_dad_timer()
2069 if (txunsolna) { in nd6_dad_timer()
2077 txunsolna ? ", tx unsolicited NA with O=1" : "."); in nd6_dad_timer()