/freebsd/sys/amd64/include/ |
H A D | in_cksum.h | 41 #if defined(IPVERSION) && (IPVERSION == 4)
|
/freebsd/sys/powerpc/include/ |
H A D | in_cksum.h | 41 #if defined(IPVERSION) && (IPVERSION == 4)
|
/freebsd/sys/arm64/include/ |
H A D | in_cksum.h | 41 #if defined(IPVERSION) && (IPVERSION == 4)
|
/freebsd/sys/riscv/include/ |
H A D | in_cksum.h | 41 #if defined(IPVERSION) && (IPVERSION == 4)
|
/freebsd/sys/arm/include/ |
H A D | in_cksum.h | 46 #if defined(IPVERSION) && (IPVERSION == 4)
|
/freebsd/sys/i386/include/ |
H A D | in_cksum.h | 48 #if defined(IPVERSION) && (IPVERSION == 4)
|
/freebsd/sys/netgraph/ |
H A D | ng_ipfw.c | 253 case IPVERSION: in ng_ipfw_rcvdata() 266 case IPVERSION: in ng_ipfw_rcvdata()
|
H A D | ng_tcpmss.c | 310 if (ip->ip_v != IPVERSION) in ng_tcpmss_rcvdata()
|
/freebsd/sbin/ipf/ipsend/ |
H A D | iptests.c | 105 IP_V_A(ip, IPVERSION); in ip_test1() 193 IP_V_A(ip, IPVERSION); in ip_test1() 550 IP_V_A(ip, IPVERSION); in ip_test3() 746 IP_V_A(ip, IPVERSION); in ip_test4() 1247 IP_V_A(ip, IPVERSION); in ip_test6() 1339 IP_V_A(pip, IPVERSION); in ip_test7() 1354 IP_V_A(pip, IPVERSION); in ip_test7()
|
H A D | ip.c | 118 IP_V_A(ip, IPVERSION); in send_ip()
|
/freebsd/contrib/tcpdump/ |
H A D | ip.h | 43 #define IPVERSION 4 macro
|
/freebsd/tests/sys/netinet/libalias/ |
H A D | util.c | 101 p->ip_v = IPVERSION; in ip_packet()
|
/freebsd/sys/netinet/ |
H A D | ip.h | 43 #define IPVERSION 4 macro
|
/freebsd/stand/libsa/ |
H A D | ip.c | 109 ip->ip_v = IPVERSION; /* half-char */ in sendip() 228 if (ip->ip_v != IPVERSION || /* half char */ in readipv4()
|
/freebsd/sys/net/ |
H A D | debugnet_inet.c | 108 if (ip->ip_v != IPVERSION) { in debugnet_handle_ip() 490 ip->ip_v = IPVERSION; in debugnet_ip_output()
|
/freebsd/sys/netgraph/netflow/ |
H A D | netflow.c | 232 if ((priv->export != NULL) && (version == IPVERSION)) { in expire_flow() 253 if (version == IPVERSION) in expire_flow() 272 if (version == IPVERSION) in expire_flow() 339 fle->f.version = IPVERSION; in hash_insert() 666 if (ip->ip_v != IPVERSION) in ng_netflow_flow_add()
|
H A D | ng_netflow.c | 788 if ((ip->ip_v != IPVERSION) || in ng_netflow_rcvdata() 827 if ((ip->ip_v != IPVERSION) || in ng_netflow_rcvdata()
|
/freebsd/usr.sbin/ppp/ |
H A D | tcpmss.c | 168 case IPVERSION: in tcpmss_Check()
|
/freebsd/sys/netpfil/ipfw/nat64/ |
H A D | nat64_translate.c | 188 case IPVERSION: in nat64_direct_output_one() 238 case IPVERSION: in nat64_output() 514 ip->ip_v = IPVERSION; in nat64_init_ip4hdr() 842 oip->ip_v = IPVERSION; in nat64_icmp_reflect() 1047 if (ip.ip_v != IPVERSION) { in nat64_icmp_translate()
|
/freebsd/sys/netipsec/ |
H A D | xform_tcp.c | 242 case IPVERSION: in setsockaddrs()
|
H A D | ipsec_output.c | 1158 case IPVERSION: in ipsec_encap() 1193 ip->ip_v = IPVERSION; in ipsec_encap()
|
/freebsd/sys/net/altq/ |
H A D | altq_red.c | 462 case IPVERSION: in mark_ecn()
|
/freebsd/sbin/dhclient/ |
H A D | bpf.c | 109 BPF_JUMP(BPF_JMP + BPF_JEQ + BPF_K, (IPVERSION << 4) + 5, 0, 12),
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_compat.h | 791 #ifndef IPVERSION 792 # define IPVERSION 4 macro
|
/freebsd/sbin/ipf/libipf/ |
H A D | ipft_tx.c | 170 IP_V_A(ip, IPVERSION); in parseline()
|