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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dip6_output.c1814 opt = _MALLOC(sizeof(*opt), M_IP6OPT, M_WAITOK);
1823 FREE(opt, M_IP6OPT);
1832 FREE(opt, M_IP6OPT);
1862 FREE(pktopt->ip6po_pktinfo, M_IP6OPT);
1869 FREE(pktopt->ip6po_nexthop, M_IP6OPT);
1874 FREE(pktopt->ip6po_hbh, M_IP6OPT);
1879 FREE(pktopt->ip6po_dest1, M_IP6OPT);
1884 FREE(pktopt->ip6po_rhinfo.ip6po_rhi_rthdr, M_IP6OPT);
1893 FREE(pktopt->ip6po_dest2, M_IP6OPT);
1903 dst->type = _MALLOC(hlen, M_IP6OPT, canwai
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dmalloc.h180 #define M_IP6OPT 87 /* IPv6 options management */ macro

Completed in 28 milliseconds