| /f-stack/freebsd/i386/include/ |
| H A D | in_cksum.h | 59 #if defined(IPVERSION) && (IPVERSION == 4) 128 #if defined(IPVERSION) && (IPVERSION == 4) 141 #if defined(IPVERSION) && (IPVERSION == 4)
|
| /f-stack/freebsd/mips/include/ |
| H A D | in_cksum.h | 45 #if defined(IPVERSION) && (IPVERSION == 4) 75 #if defined(IPVERSION) && (IPVERSION == 4)
|
| /f-stack/freebsd/amd64/include/ |
| H A D | in_cksum.h | 48 #if defined(IPVERSION) && (IPVERSION == 4) 78 #if defined(IPVERSION) && (IPVERSION == 4)
|
| /f-stack/dpdk/examples/ipsec-secgw/ |
| H A D | ipip.h | 25 RTE_ASSERT(inip4->ip_v == IPVERSION || inip4->ip_v == IP6_VERSION); in ipip_outbound() 27 if (inip4->ip_v == IPVERSION) { in ipip_outbound() 68 outip4->ip_v = IPVERSION; in ipip_outbound() 132 RTE_ASSERT(outip4->ip_v == IPVERSION || outip4->ip_v == IP6_VERSION); in ipip_inbound() 134 if (outip4->ip_v == IPVERSION) { in ipip_inbound() 145 RTE_ASSERT(inip4->ip_v == IPVERSION || inip4->ip_v == IP6_VERSION); in ipip_inbound() 151 if (inip4->ip_v == IPVERSION) { in ipip_inbound()
|
| H A D | esp.c | 41 if (likely(ip4->ip_v == IPVERSION)) in esp_inbound() 203 if (likely(ip->ip_v == IPVERSION)) { in esp_inbound_post() 241 if (likely(ip4->ip_v == IPVERSION)) { in esp_outbound() 317 if (likely(ip4->ip_v == IPVERSION)) { in esp_outbound()
|
| H A D | ipsec-secgw.c | 489 if (ip->ip_v == IPVERSION) { in prepare_tx_pkt() 690 if (ip->ip_v == IPVERSION) { in split46_traffic() 790 if (ip->ip_v == IPVERSION) { in process_pkts_outbound() 830 if (ip->ip_v == IPVERSION) { in process_pkts_inbound_nosp() 881 if (ip->ip_v == IPVERSION) { in process_pkts_outbound_nosp()
|
| /f-stack/freebsd/arm64/include/ |
| H A D | in_cksum.h | 45 #if defined(IPVERSION) && (IPVERSION == 4)
|
| /f-stack/freebsd/arm/include/ |
| H A D | in_cksum.h | 47 #if defined(IPVERSION) && (IPVERSION == 4)
|
| /f-stack/dpdk/lib/librte_eal/windows/include/netinet/ |
| H A D | ip.h | 8 #define IPVERSION 4 macro
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_ipfw.c | 255 case IPVERSION: in ng_ipfw_rcvdata() 268 case IPVERSION: in ng_ipfw_rcvdata()
|
| H A D | ng_tcpmss.c | 306 if (ip->ip_v != IPVERSION) in ng_tcpmss_rcvdata()
|
| /f-stack/freebsd/netinet/ |
| H A D | ip.h | 46 #define IPVERSION 4 macro
|
| H A D | ip_gre.c | 382 sc->gre_oip.ip_v = IPVERSION; in in_gre_attach()
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | ip.h | 46 #define IPVERSION 4 macro
|
| /f-stack/freebsd/net/ |
| H A D | debugnet_inet.c | 106 if (ip->ip_v != IPVERSION) { in debugnet_handle_ip() 482 ip->ip_v = IPVERSION; in debugnet_ip_output()
|
| /f-stack/freebsd/netgraph/netflow/ |
| H A D | netflow.c | 231 if ((priv->export != NULL) && (version == IPVERSION)) { in expire_flow() 252 if (version == IPVERSION) in expire_flow() 271 if (version == IPVERSION) in expire_flow() 338 fle->f.version = IPVERSION; in hash_insert() 662 if (ip->ip_v != IPVERSION) in ng_netflow_flow_add()
|
| H A D | ng_netflow.c | 781 if ((ip->ip_v != IPVERSION) || in ng_netflow_rcvdata() 816 if ((ip->ip_v != IPVERSION) || in ng_netflow_rcvdata()
|
| /f-stack/freebsd/netpfil/ipfw/nat64/ |
| H A D | nat64_translate.c | 189 case IPVERSION: in nat64_direct_output_one() 239 case IPVERSION: in nat64_output() 515 ip->ip_v = IPVERSION; in nat64_init_ip4hdr() 847 oip->ip_v = IPVERSION; in nat64_icmp_reflect() 1052 if (ip.ip_v != IPVERSION) { in nat64_icmp_translate()
|
| /f-stack/freebsd/netipsec/ |
| H A D | xform_tcp.c | 232 case IPVERSION: in setsockaddrs()
|
| H A D | ipsec_output.c | 904 case IPVERSION: in ipsec_encap() 946 ip->ip_v = IPVERSION; in ipsec_encap()
|
| /f-stack/dpdk/lib/librte_net/ |
| H A D | rte_ip.h | 104 #define RTE_IPV4_VHL_DEF ((IPVERSION << 4) | RTE_IPV4_MIN_IHL)
|
| /f-stack/freebsd/net/altq/ |
| H A D | altq_red.c | 463 case IPVERSION: in mark_ecn()
|
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_compat.h | 814 #ifndef IPVERSION 815 # define IPVERSION 4 macro
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_pfil.c | 473 case IPVERSION: in ipfw_divert()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_ipsec_perf.c | 64 .version_ihl = IPVERSION << 4 |
|