Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet6/
H A Dnd6_nbr.c2021 boolean_t txunsolna; in nd6_dad_timer() local
2034 txunsolna = (ndi->flags & ND6_IFF_REPLICATED) != 0; in nd6_dad_timer()
2037 if (txunsolna) { in nd6_dad_timer()
2045 txunsolna ? ", tx unsolicited NA with O=1" : "."); in nd6_dad_timer()