Searched refs:ifma_protospec (Results 1 - 7 of 7) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Din_var.h275 (inm) = ifma ? ifma->ifma_protospec : NULL; \
H A Din.c1307 void* ifma_protospec)
1309 struct in_multi *inm = ifma_protospec;
1350 * If ifma->ifma_protospec is null, then if_addmulti() created
1353 if (ifma->ifma_protospec != 0) {
1354 return ifma->ifma_protospec;
1367 if (ifma->ifma_protospec == NULL) {
1368 ifma->ifma_protospec = inm;
1374 if (ifma->ifma_protospec != inm) {
1376 return ifma->ifma_protospec;
1388 * using it. Once we put it in to ifma->ifma_protospec, i
1306 in_free_inm( void* ifma_protospec) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif_var.h603 typedef void (*ifma_protospec_free_func)(void* ifma_protospec);
617 void *ifma_protospec; /* protocol-specific state, if any */ member in struct:ifmultiaddr
619 ifma_protospec_free_func ifma_free; /* function called to free ifma_protospec */
H A Dif.c1733 if (ifma->ifma_protospec && ifma->ifma_free) {
1734 ifma->ifma_free(ifma->ifma_protospec);
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dmld6.c286 in6m = (struct in6_multi *)ifma->ifma_protospec;
H A Din6.c1925 * If ifma->ifma_protospec is null, then if_addmulti() created
1928 if (ifma->ifma_protospec != 0)
1929 return ifma->ifma_protospec;
1942 ifma->ifma_protospec = in6m;
1972 ifma->ifma_protospec = 0;
H A Din6_var.h588 (in6m) = (struct in6_multi *)(_ifma ? _ifma->ifma_protospec : 0); \

Completed in 195 milliseconds