Searched refs:utun_alloc (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dif_utun.h49 void* utun_alloc(size_t size);
H A Dif_utun.c105 utun_alloc(size_t size) function
195 pcb = utun_alloc(sizeof(*pcb));
H A Dif_utun_crypto.c218 crypto_keys = utun_alloc(sizeof(*crypto_keys));
H A Dif_utun_crypto_ipsec.c281 new = utun_alloc(len);

Completed in 86 milliseconds