Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/netinet/
H A Din_var.h489 #define LLTABLE(ifp) ((IN_IFEXTRA(ifp) == NULL) ? NULL : IN_IFEXTRA(ifp)->ii_llt) macro
H A Din.c364 if (LLTABLE(ifp)) { in in_domifattach()
365 lltable_purge(LLTABLE(ifp)); in in_domifattach()