Home
last modified time | relevance | path

Searched refs:M_IP6MOPTS (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/bsd/sys/
H A Dmalloc.h133 #define M_IP6MOPTS 113 /* IPv6 multicast options */ macro
/xnu-8019.80.24/bsd/netinet6/
H A Din6_mcast.c293 sizeof(struct in6_multi *) * newmax, M_IP6MOPTS, in im6o_grow()
1599 immp = _MALLOC(sizeof(*immp) * IPV6_MIN_MEMBERSHIPS, M_IP6MOPTS, in in6p_findmoptions()
1609 _FREE(immp, M_IP6MOPTS); in in6p_findmoptions()
H A Dip6_output.c3521 FREE(im6o->im6o_membership, M_IP6MOPTS); in im6o_remref()