Searched refs:ip6_vfc (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-10.3-release/contrib/tcpdump/
H A Dip6.h91 #define ip6_vfc ip6_ctlun.ip6_un2_vfc macro
/freebsd-10.3-release/sys/netipsec/
H A Dxform_ipip.c486 ip6o->ip6_vfc &= ~IPV6_VERSION_MASK;
487 ip6o->ip6_vfc |= IPV6_VERSION;
H A Dxform_ah.c430 ip6.ip6_vfc &= ~IPV6_VERSION_MASK;
431 ip6.ip6_vfc |= IPV6_VERSION;
/freebsd-10.3-release/sys/netinet/
H A Dip6.h86 #define ip6_vfc ip6_ctlun.ip6_un2_vfc macro
H A Dtcp_subr.c483 ip6->ip6_vfc = (ip6->ip6_vfc & ~IPV6_VERSION_MASK) |
649 ip6->ip6_vfc = IPV6_VERSION;
H A Dip_carp.c889 ip6->ip6_vfc |= IPV6_VERSION;
H A Dtcp_syncache.c1553 ip6->ip6_vfc = IPV6_VERSION;
/freebsd-10.3-release/sys/netinet6/
H A Dip6_input.c516 if ((ip6->ip6_vfc & IPV6_VERSION_MASK) != IPV6_VERSION) {
1324 if ((ip6->ip6_vfc & IPV6_VERSION_MASK) != IPV6_VERSION) {
1354 if ((ip6->ip6_vfc & IPV6_VERSION_MASK) != IPV6_VERSION) {
1377 if ((ip6->ip6_vfc & IPV6_VERSION_MASK) != IPV6_VERSION) {
1401 if ((ip6->ip6_vfc & IPV6_VERSION_MASK) != IPV6_VERSION) {
H A Dnd6_nbr.c449 ip6->ip6_vfc &= ~IPV6_VERSION_MASK;
450 ip6->ip6_vfc |= IPV6_VERSION;
1017 ip6->ip6_vfc &= ~IPV6_VERSION_MASK;
1018 ip6->ip6_vfc |= IPV6_VERSION;
H A Draw_ip6.c507 ip6->ip6_vfc = (ip6->ip6_vfc & ~IPV6_VERSION_MASK) |
H A Dudp6_usrreq.c823 ip6->ip6_vfc &= ~IPV6_VERSION_MASK;
824 ip6->ip6_vfc |= IPV6_VERSION;
H A Dicmp6.c2252 ip6->ip6_vfc &= ~IPV6_VERSION_MASK;
2253 ip6->ip6_vfc |= IPV6_VERSION;
2603 ip6->ip6_vfc &= ~IPV6_VERSION_MASK;
2604 ip6->ip6_vfc |= IPV6_VERSION;
H A Dmld6.c1828 ip6->ip6_vfc &= ~IPV6_VERSION_MASK;
1829 ip6->ip6_vfc |= IPV6_VERSION;
3204 ip6->ip6_vfc &= ~IPV6_VERSION_MASK;
3205 ip6->ip6_vfc |= IPV6_VERSION;
H A Dip6_mroute.c1837 if ((eip6->ip6_vfc & IPV6_VERSION_MASK) != IPV6_VERSION) {
1841 (eip6->ip6_vfc & IPV6_VERSION));
/freebsd-10.3-release/contrib/ipfilter/lib/
H A Dipft_tx.c354 ip6->ip6_vfc = 0x60;
/freebsd-10.3-release/sbin/ping6/
H A Dping6.c2512 tc = *(&ip6->ip6_vfc + 1); /* XXX */
2514 tc |= (ip6->ip6_vfc << 4);
2518 (ip6->ip6_vfc & IPV6_VERSION_MASK) >> 4, tc, (u_int32_t)ntohl(flow),
/freebsd-10.3-release/sys/net/
H A Dif_gif.c1019 ip6->ip6_vfc = IPV6_VERSION;
H A Dif_gre.c525 sc->gre_oip6.ip6_vfc = IPV6_VERSION;
H A Dif_bridge.c3402 if ((ip6->ip6_vfc & IPV6_VERSION_MASK) != IPV6_VERSION) {
/freebsd-10.3-release/sys/netgraph/netflow/
H A Dng_netflow.c821 if ((ip6->ip6_vfc & IPV6_VERSION_MASK) != IPV6_VERSION)
H A Dnetflow.c816 if ((ip6->ip6_vfc & IPV6_VERSION_MASK) != IPV6_VERSION)
/freebsd-10.3-release/sys/netpfil/ipfw/
H A Dip_fw2.c1673 v = &((struct ip6_hdr *)ip)->ip6_vfc;
2395 v = &((struct ip6_hdr *)ip)->ip6_vfc;
H A Dip_fw_dynamic.c937 h6->ip6_vfc |= IPV6_VERSION;
/freebsd-10.3-release/sys/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c492 ip6->ip6_vfc = 0x60;
/freebsd-10.3-release/sys/dev/usb/net/
H A Duhso.c1718 else if ((ip6->ip6_vfc & IPV6_VERSION_MASK) == IPV6_VERSION) {

Completed in 369 milliseconds

12