Searched refs:ip_version (Results 1 – 3 of 3) sorted by relevance
| /xnu-8019.80.24/bsd/net/ |
| H A D | if_ipsec.c | 704 u_int ip_version = ip->ip_v; in ipsec_encrypt_mbuf() local 706 switch (ip_version) { in ipsec_encrypt_mbuf() 765 …_log_error(OS_LOG_DEFAULT, "ipsec_encrypt_mbuf: Received unknown packet version %d\n", ip_version); in ipsec_encrypt_mbuf() 1130 u_int ip_version = ip->ip_v; in ipsec_netif_check_policy() local 1131 switch (ip_version) { in ipsec_netif_check_policy() 1490 u_int ip_version = ip->ip_v; in ipsec_netif_sync_rx() local 1491 switch (ip_version) { in ipsec_netif_sync_rx() 1502 pcb->ipsec_ifp->if_xname, ip_version); in ipsec_netif_sync_rx() 1721 u_int ip_version = ip->ip_v; in ipsec_netif_sync_rx() local 1722 switch (ip_version) { in ipsec_netif_sync_rx() [all …]
|
| H A D | if_utun.c | 467 u_int ip_version = (vhl >> 4); in utun_netif_sync_tx() local 468 switch (ip_version) { in utun_netif_sync_tx() 479 pcb->utun_ifp->if_xname, ip_version, vhl, tx_offset, tx_length, in utun_netif_sync_tx() 2690 u_int ip_version; in utun_demux() local 2704 ip_version = ip->ip_v; in utun_demux() 2706 switch (ip_version) { in utun_demux() 3428 u_int ip_version = (vhl >> 4); in utun_kpipe_sync_rx() local 3429 switch (ip_version) { in utun_kpipe_sync_rx() 3440 pcb->utun_ifp->if_xname, ip_version, vhl, UTUN_HEADER_SIZE(pcb)); in utun_kpipe_sync_rx()
|
| /xnu-8019.80.24/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()
|