Home
last modified time | relevance | path

Searched refs:IPV6_VERSION_MASK (Results 1 – 25 of 3108) sorted by relevance

12345678910>>...125

/dports/net-mgmt/darkstat/darkstat-3.0.719/
H A Ddecode.c78 #ifndef IPV6_VERSION_MASK
79 # define IPV6_VERSION_MASK 0xF0 macro
336 if ((hdr->ip6_vfc & IPV6_VERSION_MASK) != IPV6_VERSION) { in helper_ipv6()
338 hdr->ip6_vfc & IPV6_VERSION_MASK, IPV6_VERSION); in helper_ipv6()
/dports/net/nmsg/nmsg-1.0.1/nmsg/
H A Dnmsg_port_net.h47 #ifndef IPV6_VERSION_MASK
48 # define IPV6_VERSION_MASK 0xf0 macro
H A Dipdg.c160 if ((ip6->ip6_vfc & IPV6_VERSION_MASK) != IPV6_VERSION) in _nmsg_ipdg_parse_reasm()
355 if ((ip6->ip6_vfc & IPV6_VERSION_MASK) != IPV6_VERSION) in nmsg_ipdg_parse_pcap_raw()
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/contrib/impcap/
H A Dipv6_parser.c38 #ifndef IPV6_VERSION_MASK
39 #define IPV6_VERSION_MASK 0xF0000000 macro
70 #define IPV6_VERSION(h) (ntohl(h->vtf) & IPV6_VERSION_MASK)>>28
/dports/misc/rump/buildrump.sh-b914579/src/sys/netinet6/
H A Din6_offload.c116 KASSERT((iph->ip6_vfc & IPV6_VERSION_MASK) == IPV6_VERSION); in tcp6_segment()
168 KASSERT((iph->ip6_vfc & IPV6_VERSION_MASK) == IPV6_VERSION); in tcp6_segment()
H A Dip6_etherip.c154 ip6->ip6_vfc &= ~IPV6_VERSION_MASK; in ip6_etherip_output()
H A Dudp6_output.c355 ip6->ip6_vfc &= ~IPV6_VERSION_MASK; in udp6_output()
H A Din6_gif.c156 ip6->ip6_vfc &= ~IPV6_VERSION_MASK; in in6_gif_output()
H A Dip6_flow.c294 if ((ip6->ip6_vfc & IPV6_VERSION_MASK) != IPV6_VERSION) { in ip6flow_fastforward()
H A Dnd6_nbr.c415 ip6->ip6_vfc &= ~IPV6_VERSION_MASK; in nd6_ns_output()
922 ip6->ip6_vfc &= ~IPV6_VERSION_MASK; in nd6_na_output()
H A Dip6_input.c314 if ((ip6->ip6_vfc & IPV6_VERSION_MASK) != IPV6_VERSION) { in ip6_input()
1057 if ((ip6->ip6_vfc & IPV6_VERSION_MASK) != IPV6_VERSION) in ip6_savecontrol()
/dports/dns/dnscap/dnscap-2.0.1/src/
H A Ddnscap.h148 #ifndef IPV6_VERSION_MASK
149 #define IPV6_VERSION_MASK 0xf0 macro
/dports/net-mgmt/pmacct/pmacct-1.7.5/include/
H A Dip6.h101 #define IPV6_VERSION_MASK 0xf0 macro
/dports/net/onioncat/onioncat-0.3.9/src/cygwin/
H A Dopenbsd_netinet_ip6.h115 #define IPV6_VERSION_MASK 0xf0 macro
/dports/lang/gnatdroid-sysroot-x86/android-19-x86/usr/include/netinet/
H A Dip6.h94 #define IPV6_VERSION_MASK 0xf0 macro
/dports/lang/gnatdroid-sysroot/android-19-arm/usr/include/netinet/
H A Dip6.h94 #define IPV6_VERSION_MASK 0xf0 macro
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/include/netinet/
H A Dip6.h98 #define IPV6_VERSION_MASK 0xf0 macro
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/linux/include/netinet/
H A Dip6.h98 #define IPV6_VERSION_MASK 0xf0 macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/netinet/
H A Dip6.h94 #define IPV6_VERSION_MASK 0xf0 macro
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/include/netinet/
H A Dip6.h98 #define IPV6_VERSION_MASK 0xf0 macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/netipsec/
H A Dxform_ipip.c562 ip6o->ip6_vfc &= ~IPV6_VERSION_MASK; in ipip_output()
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/syscall/
H A Dzerrors_darwin_386.go546 IPV6_VERSION_MASK = 0xf0 const
H A Dzerrors_darwin_arm64.go550 IPV6_VERSION_MASK = 0xf0 const
H A Dzerrors_darwin_amd64.go546 IPV6_VERSION_MASK = 0xf0 const
H A Dzerrors_darwin_arm.go520 IPV6_VERSION_MASK = 0xf0 const

12345678910>>...125