Searched refs:M_IP6CGA (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Din6_cga.c210 MALLOC(privkeycopy, caddr_t, privkey.iov_len, M_IP6CGA, M_WAITOK);
214 MALLOC(pubkeycopy, caddr_t, pubkey.iov_len, M_IP6CGA, M_WAITOK);
217 FREE(privkeycopy, M_IP6CGA);
224 FREE(in6_cga.cga_privkey.iov_base, M_IP6CGA);
230 FREE(in6_cga.cga_pubkey.iov_base, M_IP6CGA);
242 FREE(in6_cga.cga_privkey.iov_base, M_IP6CGA);
248 FREE(in6_cga.cga_pubkey.iov_base, M_IP6CGA);
H A Dnd6_send.c119 MALLOC(buffer, char *, SYSCTL_CGA_PARAMETERS_BUFFER_SIZE, M_IP6CGA,
241 FREE(buffer, M_IP6CGA);
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dmalloc.h212 #define M_IP6CGA 117 macro

Completed in 124 milliseconds