Searched refs:why (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/dev/random/YarrowCoreLib/src/
H A DmacOnly.h45 #error Hey, why are you including macOnly for a non-Mac build!?
/darwin-on-arm/xnu/bsd/netinet/
H A Din_arp.c360 const char *why = NULL; local
398 why = "has alias(es) and hasn't been used in a while";
400 why = "haven't heard from it in a while";
410 &SIN(rt_key(la->la_rt))->sin_addr, tmp, sizeof (tmp)), why,
435 const char *why = NULL, *type = ""; local
453 why = " for different target HW address; "
459 why = " for same target HW address; "
470 if (why == NULL)
471 why = "creating new llreach record";
475 if (log_arp_warnings && lr != NULL && why !
814 const char *why = NULL; local
[all...]
/darwin-on-arm/xnu/bsd/netinet6/
H A Dnd6_nbr.c185 const char *why = NULL, *type = ""; local
204 why = " for different target HW address; "
210 why = " for same target HW address; "
221 if (why == NULL)
222 why = "creating new llreach record";
226 if (nd6_debug && lr != NULL && why != NULL) {
230 ifp->if_unit, type, why, inet_ntop(AF_INET6,

Completed in 26 milliseconds