Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet/
H A Din_var.h483 struct in_ifextra { struct
488 #define IN_IFEXTRA(_ifp) ((struct in_ifextra *)(_ifp->if_inetdata)) argument
H A Din.c207 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()