Searched refs:in_ifextra (Results 1 – 2 of 2) sorted by relevance
483 struct in_ifextra { struct488 #define IN_IFEXTRA(_ifp) ((struct in_ifextra *)(_ifp->if_inetdata)) argument
207 static const unsigned int in_extra_size = sizeof(struct in_ifextra);354 struct in_ifextra *ext; in in_domifattach()357 if ((ext = (struct in_ifextra *)_MALLOC(in_extra_bufsize, in in_domifattach()