Searched refs:M_IP6OPT (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dmalloc.h180 #define M_IP6OPT 87 /* IPv6 options management */ macro
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Dip6_output.c2824 opt = _MALLOC(sizeof (*opt), M_IP6OPT, M_WAITOK);
2836 FREE(opt, M_IP6OPT);
2843 FREE(opt, M_IP6OPT);
2873 opt = _MALLOC(sizeof (*opt), M_IP6OPT, M_WAITOK);
2997 FREE(pktopt->ip6po_pktinfo, M_IP6OPT);
3007 FREE(pktopt->ip6po_nexthop, M_IP6OPT);
3012 FREE(pktopt->ip6po_hbh, M_IP6OPT);
3017 FREE(pktopt->ip6po_dest1, M_IP6OPT);
3022 FREE(pktopt->ip6po_rhinfo.ip6po_rhi_rthdr, M_IP6OPT);
3028 FREE(pktopt->ip6po_dest2, M_IP6OPT);
[all...]

Completed in 100 milliseconds