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

/freebsd-9.3-release/contrib/tcpdump/
H A Dip6.h91 #define ip6_vfc ip6_ctlun.ip6_un2_vfc macro
/freebsd-9.3-release/sys/netinet6/
H A Din6_gif.c213 ip6->ip6_vfc &= ~IPV6_VERSION_MASK;
214 ip6->ip6_vfc |= IPV6_VERSION;
H A Dip6_input.c529 if ((ip6->ip6_vfc & IPV6_VERSION_MASK) != IPV6_VERSION) {
1335 if ((ip6->ip6_vfc & IPV6_VERSION_MASK) != IPV6_VERSION) {
1365 if ((ip6->ip6_vfc & IPV6_VERSION_MASK) != IPV6_VERSION) {
1388 if ((ip6->ip6_vfc & IPV6_VERSION_MASK) != IPV6_VERSION) {
1412 if ((ip6->ip6_vfc & IPV6_VERSION_MASK) != IPV6_VERSION) {
H A Dnd6_nbr.c450 ip6->ip6_vfc &= ~IPV6_VERSION_MASK;
451 ip6->ip6_vfc |= IPV6_VERSION;
1020 ip6->ip6_vfc &= ~IPV6_VERSION_MASK;
1021 ip6->ip6_vfc |= IPV6_VERSION;
H A Draw_ip6.c501 ip6->ip6_vfc = (ip6->ip6_vfc & ~IPV6_VERSION_MASK) |
H A Dudp6_usrreq.c774 ip6->ip6_vfc &= ~IPV6_VERSION_MASK;
775 ip6->ip6_vfc |= IPV6_VERSION;
H A Dicmp6.c2281 ip6->ip6_vfc &= ~IPV6_VERSION_MASK;
2282 ip6->ip6_vfc |= IPV6_VERSION;
2641 ip6->ip6_vfc &= ~IPV6_VERSION_MASK;
2642 ip6->ip6_vfc |= IPV6_VERSION;
H A Dmld6.c1828 ip6->ip6_vfc &= ~IPV6_VERSION_MASK;
1829 ip6->ip6_vfc |= IPV6_VERSION;
3194 ip6->ip6_vfc &= ~IPV6_VERSION_MASK;
3195 ip6->ip6_vfc |= IPV6_VERSION;
H A Dip6_mroute.c1832 if ((eip6->ip6_vfc & IPV6_VERSION_MASK) != IPV6_VERSION) {
1836 (eip6->ip6_vfc & IPV6_VERSION));
/freebsd-9.3-release/sys/netipsec/
H A Dxform_ipip.c503 ip6o->ip6_vfc &= ~IPV6_VERSION_MASK;
504 ip6o->ip6_vfc |= IPV6_VERSION;
H A Dxform_ah.c439 ip6.ip6_vfc &= ~IPV6_VERSION_MASK;
440 ip6.ip6_vfc |= IPV6_VERSION;
/freebsd-9.3-release/sys/netinet/
H A Dip6.h86 #define ip6_vfc ip6_ctlun.ip6_un2_vfc macro
H A Dtcp_subr.c409 ip6->ip6_vfc = (ip6->ip6_vfc & ~IPV6_VERSION_MASK) |
576 ip6->ip6_vfc = IPV6_VERSION;
H A Dtcp_syncache.c1386 ip6->ip6_vfc = IPV6_VERSION;
H A Dip_carp.c1049 ip6->ip6_vfc |= IPV6_VERSION;
/freebsd-9.3-release/sbin/ping6/
H A Dping6.c2551 tc = *(&ip6->ip6_vfc + 1); /* XXX */
2553 tc |= (ip6->ip6_vfc << 4);
2557 (ip6->ip6_vfc & IPV6_VERSION_MASK) >> 4, tc, (u_int32_t)ntohl(flow),
/freebsd-9.3-release/sys/netgraph/netflow/
H A Dng_netflow.c808 if ((ip6->ip6_vfc & IPV6_VERSION_MASK) != IPV6_VERSION)
H A Dnetflow.c795 if ((ip6->ip6_vfc & IPV6_VERSION_MASK) != IPV6_VERSION)
/freebsd-9.3-release/sys/netpfil/ipfw/
H A Dip_fw2.c1674 v = &((struct ip6_hdr *)ip)->ip6_vfc;
2386 v = &((struct ip6_hdr *)ip)->ip6_vfc;
H A Dip_fw_dynamic.c935 h6->ip6_vfc |= IPV6_VERSION;
/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c682 ip6->ip6_vfc = 0x60;
/freebsd-9.3-release/sys/dev/usb/net/
H A Duhso.c1718 else if ((ip6->ip6_vfc & IPV6_VERSION_MASK) == IPV6_VERSION) {
/freebsd-9.3-release/sys/net/
H A Dif_bridge.c3466 if ((ip6->ip6_vfc & IPV6_VERSION_MASK) != IPV6_VERSION) {
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf.c2537 h6->ip6_vfc |= IPV6_VERSION;

Completed in 186 milliseconds