Home
last modified time | relevance | path

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

123

/freebsd-14-stable/sys/powerpc/include/
HDin_cksum.h42 #if defined(IPVERSION) && (IPVERSION == 4)
/freebsd-14-stable/sys/amd64/include/
HDin_cksum.h42 #if defined(IPVERSION) && (IPVERSION == 4)
/freebsd-14-stable/sys/riscv/include/
HDin_cksum.h42 #if defined(IPVERSION) && (IPVERSION == 4)
/freebsd-14-stable/sys/arm64/include/
HDin_cksum.h42 #if defined(IPVERSION) && (IPVERSION == 4)
/freebsd-14-stable/sys/arm/include/
HDin_cksum.h47 #if defined(IPVERSION) && (IPVERSION == 4)
/freebsd-14-stable/sys/i386/include/
HDin_cksum.h49 #if defined(IPVERSION) && (IPVERSION == 4)
/freebsd-14-stable/sys/netgraph/
HDng_ipfw.c253 case IPVERSION: in ng_ipfw_rcvdata()
266 case IPVERSION: in ng_ipfw_rcvdata()
HDng_tcpmss.c304 if (ip->ip_v != IPVERSION) in ng_tcpmss_rcvdata()
/freebsd-14-stable/contrib/tcpdump/
HDip.h43 #define IPVERSION 4 macro
/freebsd-14-stable/sbin/ipf/ipsend/
HDiptests.c109 IP_V_A(ip, IPVERSION); in ip_test1()
197 IP_V_A(ip, IPVERSION); in ip_test1()
554 IP_V_A(ip, IPVERSION); in ip_test3()
750 IP_V_A(ip, IPVERSION); in ip_test4()
1253 IP_V_A(ip, IPVERSION); in ip_test6()
1345 IP_V_A(pip, IPVERSION); in ip_test7()
1360 IP_V_A(pip, IPVERSION); in ip_test7()
HDip.c122 IP_V_A(ip, IPVERSION); in send_ip()
/freebsd-14-stable/tests/sys/netinet/libalias/
HDutil.c100 p->ip_v = IPVERSION; in ip_packet()
/freebsd-14-stable/sys/netinet/
HDip.h46 #define IPVERSION 4 macro
/freebsd-14-stable/sys/net/
HDdebugnet_inet.c108 if (ip->ip_v != IPVERSION) { in debugnet_handle_ip()
490 ip->ip_v = IPVERSION; in debugnet_ip_output()
/freebsd-14-stable/stand/libsa/
HDip.c109 ip->ip_v = IPVERSION; /* half-char */ in sendip()
228 if (ip->ip_v != IPVERSION || /* half char */ in readipv4()
/freebsd-14-stable/sys/netgraph/netflow/
HDnetflow.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()
HDng_netflow.c788 if ((ip->ip_v != IPVERSION) || in ng_netflow_rcvdata()
827 if ((ip->ip_v != IPVERSION) || in ng_netflow_rcvdata()
/freebsd-14-stable/usr.sbin/ppp/
HDtcpmss.c168 case IPVERSION: in tcpmss_Check()
/freebsd-14-stable/sys/netpfil/ipfw/nat64/
HDnat64_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-14-stable/sys/netipsec/
HDxform_tcp.c242 case IPVERSION: in setsockaddrs()
HDipsec_output.c1093 case IPVERSION: in ipsec_encap()
1128 ip->ip_v = IPVERSION; in ipsec_encap()
/freebsd-14-stable/sys/net/altq/
HDaltq_red.c462 case IPVERSION: in mark_ecn()
/freebsd-14-stable/sbin/dhclient/
HDbpf.c109 BPF_JUMP(BPF_JMP + BPF_JEQ + BPF_K, (IPVERSION << 4) + 5, 0, 12),
/freebsd-14-stable/sys/netpfil/ipfilter/netinet/
HDip_compat.h802 #ifndef IPVERSION
803 # define IPVERSION 4 macro
/freebsd-14-stable/sbin/ipf/libipf/
HDipft_tx.c174 IP_V_A(ip, IPVERSION); in parseline()

123