Searched refs:IPV6_VERSION_MASK (Results 1 - 17 of 17) sorted by relevance

/freebsd-13-stable/sys/netinet/
H A Dip6.h96 #define IPV6_VERSION_MASK 0xf0 macro
H A Dtcp_subr.c1600 ip6->ip6_vfc = (ip6->ip6_vfc & ~IPV6_VERSION_MASK) |
1601 (IPV6_VERSION & IPV6_VERSION_MASK);
/freebsd-13-stable/sys/netinet6/
H A Dip6_input.c625 if ((ip6->ip6_vfc & IPV6_VERSION_MASK) != IPV6_VERSION) {
1286 if ((ip6->ip6_vfc & IPV6_VERSION_MASK) != IPV6_VERSION) {
1316 if ((ip6->ip6_vfc & IPV6_VERSION_MASK) != IPV6_VERSION) {
1339 if ((ip6->ip6_vfc & IPV6_VERSION_MASK) != IPV6_VERSION) {
1363 if ((ip6->ip6_vfc & IPV6_VERSION_MASK) != IPV6_VERSION) {
H A Draw_ip6.c500 ip6->ip6_vfc = (ip6->ip6_vfc & ~IPV6_VERSION_MASK) |
501 (IPV6_VERSION & IPV6_VERSION_MASK);
H A Dnd6_nbr.c450 ip6->ip6_vfc &= ~IPV6_VERSION_MASK;
988 ip6->ip6_vfc &= ~IPV6_VERSION_MASK;
H A Dicmp6.c2150 ip6->ip6_vfc &= ~IPV6_VERSION_MASK;
2507 ip6->ip6_vfc &= ~IPV6_VERSION_MASK;
H A Dmld6.c1844 ip6->ip6_vfc &= ~IPV6_VERSION_MASK;
3233 ip6->ip6_vfc &= ~IPV6_VERSION_MASK;
H A Dudp6_usrreq.c931 ip6->ip6_vfc &= ~IPV6_VERSION_MASK;
H A Dip6_mroute.c1833 if ((eip6->ip6_vfc & IPV6_VERSION_MASK) != IPV6_VERSION) {
/freebsd-13-stable/sys/netgraph/
H A Dng_checksum.c430 if ((ip6->ip6_vfc & IPV6_VERSION_MASK) != IPV6_VERSION)
/freebsd-13-stable/sys/netgraph/netflow/
H A Dng_netflow.c832 if ((ip6->ip6_vfc & IPV6_VERSION_MASK) != IPV6_VERSION)
H A Dnetflow.c790 if ((ip6->ip6_vfc & IPV6_VERSION_MASK) != IPV6_VERSION)
/freebsd-13-stable/sys/netipsec/
H A Dxform_ah.c412 ip6.ip6_vfc &= ~IPV6_VERSION_MASK;
/freebsd-13-stable/sys/dev/usb/net/
H A Duhso.c1722 else if ((ip6->ip6_vfc & IPV6_VERSION_MASK) == IPV6_VERSION) {
/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Dib_verbs.c367 if ((ip6h->ip6_vfc & IPV6_VERSION_MASK) != IPV6_VERSION)
/freebsd-13-stable/sbin/ping/
H A Dping6.c2619 (ip6->ip6_vfc & IPV6_VERSION_MASK) >> 4, tc, (u_int32_t)ntohl(flow),
/freebsd-13-stable/sys/net/
H A Dif_bridge.c3573 if ((ip6->ip6_vfc & IPV6_VERSION_MASK) != IPV6_VERSION) {

Completed in 128 milliseconds