Searched refs:ip_version (Results 1 – 3 of 3) sorted by relevance
| /xnu-8796.141.3/bsd/net/ |
| H A D | if_ipsec.c | 703 u_int ip_version = ip->ip_v; in ipsec_encrypt_mbuf() local 705 switch (ip_version) { in ipsec_encrypt_mbuf() 764 …_log_error(OS_LOG_DEFAULT, "ipsec_encrypt_mbuf: Received unknown packet version %d\n", ip_version); in ipsec_encrypt_mbuf() 1129 u_int ip_version = ip->ip_v; in ipsec_netif_check_policy() local 1130 switch (ip_version) { in ipsec_netif_check_policy() 1489 u_int ip_version = ip->ip_v; in ipsec_netif_sync_rx() local 1490 switch (ip_version) { in ipsec_netif_sync_rx() 1501 pcb->ipsec_ifp->if_xname, ip_version); in ipsec_netif_sync_rx() 1720 u_int ip_version = ip->ip_v; in ipsec_netif_sync_rx() local 1721 switch (ip_version) { in ipsec_netif_sync_rx() [all …]
|
| H A D | if_utun.c | 466 u_int ip_version = (vhl >> 4); in utun_netif_sync_tx() local 467 switch (ip_version) { in utun_netif_sync_tx() 478 pcb->utun_ifp->if_xname, ip_version, vhl, tx_offset, tx_length, in utun_netif_sync_tx() 2693 u_int ip_version; in utun_demux() local 2707 ip_version = ip->ip_v; in utun_demux() 2709 switch (ip_version) { in utun_demux() 3430 u_int ip_version = (vhl >> 4); in utun_kpipe_sync_rx() local 3431 switch (ip_version) { in utun_kpipe_sync_rx() 3442 pcb->utun_ifp->if_xname, ip_version, vhl, UTUN_HEADER_SIZE(pcb)); in utun_kpipe_sync_rx()
|
| /xnu-8796.141.3/bsd/netinet6/ |
| H A D | ipsec.c | 993 int ip_version) in ipsec_setspidx_interface() argument 1004 error = ipsec_setspidx(m, spidx, needport, ip_version); in ipsec_setspidx_interface()
|