Home
last modified time | relevance | path

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

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