Searched refs:ip6 (Results 101 - 125 of 264) sorted by relevance

1234567891011

/freebsd-11-stable/sys/dev/qlxge/
H A Dqls_os.h69 #include <netinet/ip6.h>
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.h71 #include <netinet/ip6.h>
/freebsd-11-stable/sys/dev/qlxgbe/
H A Dql_os.h69 #include <netinet/ip6.h>
/freebsd-11-stable/sys/netinet6/
H A Dip6_id.c102 #include <netinet/ip6.h>
/freebsd-11-stable/sys/netipsec/
H A Dipsec_input.c73 #include <netinet/ip6.h>
495 struct ip6_hdr *ip6; local
529 ip6 = mtod(m, struct ip6_hdr *);
530 ip6->ip6_plen = htons(m->m_pkthdr.len - sizeof(struct ip6_hdr));
H A Dxform_ipcomp.c59 #include <netinet/ip6.h>
720 const struct ip6_hdr *ip6; local
730 ip6 = mtod(m, const struct ip6_hdr *);
731 src.sin6.sin6_addr = ip6->ip6_src;
732 dst.sin6.sin6_addr = ip6->ip6_dst;
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dndisc_snoop.c10 #include <netinet/ip6.h>
/freebsd-11-stable/etc/rc.d/
H A Dnetif229 sleep `${SYSCTL_N} net.inet6.ip6.dad_count`
/freebsd-11-stable/tools/regression/ipfw/fwd/
H A Dvimage-fwd.sh206 jexec ${mjid} sysctl net.inet6.ip6.forwarding=1
207 jexec ${mjid} sysctl net.inet6.ip6.accept_rtadv=0
/freebsd-11-stable/share/examples/netgraph/
H A Dvirtual.chain271 jexec ${1} sysctl -w net.inet6.ip6.forwarding=1
/freebsd-11-stable/usr.sbin/ppp/
H A Dncpaddr.c76 #define ncprange_ip6addr u.ip6.ipaddr
77 #define ncprange_ip6width u.ip6.width
290 ncpaddr_setip6(struct ncpaddr *addr, const struct in6_addr *ip6) argument
293 addr->ncpaddr_ip6addr = *ip6;
297 ncpaddr_getip6(const struct ncpaddr *addr, struct in6_addr *ip6) argument
301 *ip6 = addr->ncpaddr_ip6addr;
/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_tx.c48 #include <netinet/ip6.h>
505 struct ip6_hdr *ip6; local
532 ip6 = (struct ip6_hdr *)(mb->m_data + eth_hdr_len);
533 if (mb->m_len < eth_hdr_len + sizeof(*ip6))
535 if (ip6->ip6_nxt != IPPROTO_TCP)
537 eth_hdr_len += sizeof(*ip6);
/freebsd-11-stable/sys/netinet/
H A Dsiftr.c98 #include <netinet/ip6.h>
1004 struct ip6_hdr *ip6; local
1019 ip6 = mtod(*m, struct ip6_hdr *);
1027 if (ip6->ip6_nxt != IPPROTO_TCP)
1050 th = (struct tcphdr *)((caddr_t)ip6 + ip6_hl);
1058 inp = siftr_findinpcb(INP_IPV6, (struct ip *)ip6, *m,
H A Dip_divert.c67 #include <netinet/ip6.h>
398 struct ip6_hdr *const ip6 = mtod(m, struct ip6_hdr *); local
401 if (((u_short)ntohs(ip6->ip6_plen) > m->m_pkthdr.len)) {
/freebsd-11-stable/sys/netpfil/pf/
H A Dpf_norm.c58 #include <netinet/ip6.h>
612 pf_reassemble6(struct mbuf **m0, struct ip6_hdr *ip6, struct ip6_frag *fraghdr, argument
637 frent->fe_len = sizeof(struct ip6_hdr) + ntohs(ip6->ip6_plen) - hdrlen;
641 key.frc_src.v6 = ip6->ip6_src;
642 key.frc_dst.v6 = ip6->ip6_dst;
704 ip6 = mtod(m, struct ip6_hdr *);
705 ip6->ip6_plen = htons(hdrlen - sizeof(struct ip6_hdr) + total);
714 ip6->ip6_nxt = proto;
718 ip6->ip6_plen = 0;
724 DPFPRINTF(("complete: %p(%d)", m, ntohs(ip6
[all...]
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_nat6.c2886 ip6_t *ip6; local
2895 ip6 = MTOD(m, ip6_t *);
2897 ip6->ip6_plen = htons(fin->fin_plen + 8);
2899 uh = (udphdr_t *)(ip6 + 1);
2904 fin->fin_ip6 = ip6;
3284 ip6_t *ip6; local
3293 ip6 = MTOD(m, ip6_t *);
3294 ip6->ip6_plen = htons(fin->fin_plen + sizeof(udphdr_t));
3296 uh = (udphdr_t *)(ip6 + 1);
3301 fin->fin_ip6 = ip6;
3722 ip6_t *ip6; local
[all...]
/freebsd-11-stable/sys/dev/ixl/
H A Dixl_txrx.c701 struct ip6_hdr *ip6; local
747 ip6 = (struct ip6_hdr *)(mp->m_data + elen);
749 ipproto = ip6->ip6_nxt;
750 th = (struct tcphdr *)((caddr_t)ip6 + ip_hlen);
811 struct ip6_hdr *ip6; local
834 ip6 = (struct ip6_hdr *)(mp->m_data + elen);
835 if (ip6->ip6_nxt != IPPROTO_TCP)
838 th = (struct tcphdr *)((caddr_t)ip6 + ip_hlen);
839 th->th_sum = in6_cksum_pseudo(ip6, 0, IPPROTO_TCP, 0);
/freebsd-11-stable/sys/net/
H A Dif_gre.c78 #include <netinet/ip6.h>
567 struct ip6_hdr *ip6; local
615 hdr = ip6 = malloc(sizeof(struct greip6) +
617 ip6->ip6_src = satosin6(src)->sin6_addr;
618 ip6->ip6_dst = satosin6(dst)->sin6_addr;
H A Dif_vxlan.c69 #include <netinet/ip6.h>
2383 struct ip6_hdr *ip6; local
2403 ip6 = mtod(m, struct ip6_hdr *);
2404 ip6->ip6_flow = 0; /* BMV: Keep in forwarding entry? */
2405 ip6->ip6_vfc = IPV6_VERSION;
2406 ip6->ip6_plen = 0;
2407 ip6->ip6_nxt = IPPROTO_UDP;
2408 ip6->ip6_hlim = sc->vxl_ttl;
2409 ip6->ip6_src = *srcaddr;
2410 ip6
[all...]
/freebsd-11-stable/sys/netgraph/netflow/
H A Dnetflow.c56 #include <netinet/ip6.h>
814 ng_netflow_flow6_add(priv_p priv, fib_export_p fe, struct ip6_hdr *ip6, argument
827 if ((ip6->ip6_vfc & IPV6_VERSION_MASK) != IPV6_VERSION)
832 r.src.r_src6 = ip6->ip6_src;
833 r.dst.r_dst6 = ip6->ip6_dst;
839 plen = ntohs(ip6->ip6_plen) + sizeof(struct ip6_hdr);
/freebsd-11-stable/contrib/netbsd-tests/net/net/
H A Dt_ping6_opts.sh85 rump.sysctl net.inet6.ip6.forwarding
92 atf_check -s exit:0 -o ignore rump.sysctl -w net.inet6.ip6.forwarding=1
/freebsd-11-stable/contrib/netbsd-tests/net/route/
H A Dt_route.sh176 rump.sysctl net.inet6.ip6.forwarding
192 atf_check -s exit:0 -o ignore rump.sysctl -w net.inet6.ip6.forwarding=1
/freebsd-11-stable/sys/arm/arm/
H A Dgenassym.c58 #include <netinet/ip6.h>
/freebsd-11-stable/sys/dev/ixgbe/
H A Dix_txrx.c708 struct ip6_hdr *ip6; local
794 ip6 = (struct ip6_hdr *)(l3d);
796 ipproto = ip6->ip6_nxt;
869 struct ip6_hdr *ip6; local
912 ip6 = (struct ip6_hdr *)(mp->m_data + ehdrlen);
914 if (ip6->ip6_nxt != IPPROTO_TCP)
917 th = (struct tcphdr *)((caddr_t)ip6 + ip_hlen);
918 th->th_sum = in6_cksum_pseudo(ip6, 0, IPPROTO_TCP, 0);
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipscan_y.y53 union i6addr ip6;
67 %token <ip6> YY_IPV6

Completed in 223 milliseconds

1234567891011