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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_output.c2623 opt = _MALLOC(sizeof(*opt), M_IP6OPT, M_WAITOK);
2635 FREE(opt, M_IP6OPT);
2642 FREE(opt, M_IP6OPT);
2672 opt = _MALLOC(sizeof(*opt), M_IP6OPT, M_WAITOK);
2789 FREE(pktopt->ip6po_pktinfo, M_IP6OPT);
2802 FREE(pktopt->ip6po_nexthop, M_IP6OPT);
2807 FREE(pktopt->ip6po_hbh, M_IP6OPT);
2812 FREE(pktopt->ip6po_dest1, M_IP6OPT);
2817 FREE(pktopt->ip6po_rhinfo.ip6po_rhi_rthdr, M_IP6OPT);
2826 FREE(pktopt->ip6po_dest2, M_IP6OPT);
[all...]
/darwin-on-arm/xnu/bsd/sys/
H A Dmalloc.h180 #define M_IP6OPT 87 /* IPv6 options management */ macro

Completed in 32 milliseconds