Home
last modified time | relevance | path

Searched refs:IPVERSION (Results 1 – 25 of 65) sorted by relevance

123

/freebsd/sys/amd64/include/
H A Din_cksum.h41 #if defined(IPVERSION) && (IPVERSION == 4)
/freebsd/sys/powerpc/include/
H A Din_cksum.h41 #if defined(IPVERSION) && (IPVERSION == 4)
/freebsd/sys/riscv/include/
H A Din_cksum.h41 #if defined(IPVERSION) && (IPVERSION == 4)
/freebsd/sys/arm64/include/
H A Din_cksum.h41 #if defined(IPVERSION) && (IPVERSION == 4)
/freebsd/sys/arm/include/
H A Din_cksum.h46 #if defined(IPVERSION) && (IPVERSION == 4)
/freebsd/sys/i386/include/
H A Din_cksum.h48 #if defined(IPVERSION) && (IPVERSION == 4)
/freebsd/sys/netgraph/
H A Dng_ipfw.c253 case IPVERSION: in ng_ipfw_rcvdata()
266 case IPVERSION: in ng_ipfw_rcvdata()
H A Dng_tcpmss.c310 if (ip->ip_v != IPVERSION) in ng_tcpmss_rcvdata()
/freebsd/contrib/tcpdump/
H A Dip.h43 #define IPVERSION 4 macro
/freebsd/sbin/ipf/ipsend/
H A Diptests.c105 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()
1249 IP_V_A(ip, IPVERSION); in ip_test6()
1341 IP_V_A(pip, IPVERSION); in ip_test7()
1356 IP_V_A(pip, IPVERSION); in ip_test7()
H A Dip.c118 IP_V_A(ip, IPVERSION); in send_ip()
/freebsd/tests/sys/netinet/libalias/
H A Dutil.c100 p->ip_v = IPVERSION; in ip_packet()
/freebsd/sys/netinet/
H A Dip.h43 #define IPVERSION 4 macro
/freebsd/sys/net/
H A Ddebugnet_inet.c108 if (ip->ip_v != IPVERSION) { in debugnet_handle_ip()
490 ip->ip_v = IPVERSION; in debugnet_ip_output()
/freebsd/stand/libsa/
H A Dip.c109 ip->ip_v = IPVERSION; /* half-char */ in sendip()
228 if (ip->ip_v != IPVERSION || /* half char */ in readipv4()
/freebsd/sys/netgraph/netflow/
H A Dnetflow.c232 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 Dng_netflow.c788 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 Dtcpmss.c168 case IPVERSION: in tcpmss_Check()
/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64_translate.c188 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 Dxform_tcp.c242 case IPVERSION: in setsockaddrs()
H A Dipsec_output.c1093 case IPVERSION: in ipsec_encap()
1134 ip->ip_v = IPVERSION; in ipsec_encap()
/freebsd/sys/net/altq/
H A Daltq_red.c462 case IPVERSION: in mark_ecn()
/freebsd/sbin/dhclient/
H A Dbpf.c109 BPF_JUMP(BPF_JMP + BPF_JEQ + BPF_K, (IPVERSION << 4) + 5, 0, 12),
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h794 #ifndef IPVERSION
795 # define IPVERSION 4 macro
/freebsd/sbin/ipf/libipf/
H A Dipft_tx.c170 IP_V_A(ip, IPVERSION); in parseline()

123