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

/darwin-on-arm/xnu/bsd/sys/
H A Dsocket.h455 #define AF_UTUN 38 macro
558 #define PF_UTUN AF_UTUN
/darwin-on-arm/xnu/bsd/net/
H A Dif_utun_crypto_ipsec.c720 if ((proto == AF_UTUN || proto == AF_INET) && crypto_keys->state.u.ipsec.ifamily == IPPROTO_IPV4) {
752 // otherwise it's AF_UTUN which will be a keepalive packet to be encapsulated, encrypted and sent
822 } else if ((proto == AF_UTUN || proto == AF_INET6) && crypto_keys->state.u.ipsec.ifamily == IPPROTO_IPV6) {
848 // otherwise it's AF_UTUN which will be a keepalive packet to be encapsulated, encrypted and sent
H A Dif_utun.c829 if (protocol == AF_UTUN && pcb->utun_flags & UTUN_FLAGS_CRYPTO) {

Completed in 26 milliseconds