Searched refs:ip6 (Results 126 - 150 of 264) sorted by relevance

1234567891011

/freebsd-11-stable/lib/libc/net/
H A Drthdr.c39 #include <netinet/ip6.h>
H A Dip6opt.c39 #include <netinet/ip6.h>
157 /* update the length field of the ip6 option header */
222 /* update the length field of the ip6 option header */
/freebsd-11-stable/sys/netgraph/
H A Dng_ipfw.c53 #include <netinet/ip6.h>
/freebsd-11-stable/sys/netinet/
H A Din_gif.c66 #include <netinet/ip6.h>
/freebsd-11-stable/sys/netinet6/
H A Din6_fib.c62 #include <netinet/ip6.h>
H A Din6_rmx.c86 #include <netinet/ip6.h>
H A Din6_proto.c101 #include <netinet/ip6.h>
433 SYSCTL_NODE(_net_inet6, IPPROTO_IPV6, ip6, CTLFLAG_RW, 0, "IP6");
444 /* net.inet6.ip6 */
/freebsd-11-stable/sys/dev/mxge/
H A Dif_mxge_var.h322 struct ip6_hdr *ip6; member in struct:mxge_pkt_info
H A Dif_mxge.c66 #include <netinet/ip6.h>
1799 pi->ip6 = NULL;
1819 pi->ip6 = (struct ip6_hdr *)(m->m_data + pi->ip_off);
1820 if (__predict_false(m->m_len < pi->ip_off + sizeof(*pi->ip6))) {
1821 m_copydata(m, 0, pi->ip_off + sizeof(*pi->ip6),
1823 pi->ip6 = (struct ip6_hdr *)(ss->scratch + pi->ip_off);
1841 pi->ip6 = (struct ip6_hdr *)(ss->scratch + pi->ip_off);
1843 pi->tcp = (struct tcphdr *)((char *)pi->ip6 + pi->ip_hlen);
1886 if (pi->ip6) {
1889 sum = in6_cksum_pseudo(pi->ip6,
2519 struct ip6_hdr *ip6 = p; local
[all...]
/freebsd-11-stable/tools/regression/netinet6/inet6_rth/
H A Dinet6_rth-segments.c35 #include <netinet/ip6.h>
/freebsd-11-stable/tools/test/netfibs/
H A Dinitiator.sh535 ip6 from any to any fib ${i} via ${IFACE} \
600 to any ip6 icmp6types 135,136 via ${IFACE} in \
868 from 2001:2:${fib}::/64 to any ip6 icmp6types 135,136 \
971 from 2001:2:${fib}::/64 to any ip6 icmp6types 135,136 \
H A Dforwarding.sh148 sysctl net.inet6.ip6.forwarding=0 > /dev/null
167 sysctl net.inet6.ip6.forwarding=1 > /dev/null
173 sysctl net.inet6.ip6.forwarding=0 > /dev/null
199 sysctl net.inet6.ip6.forwarding=0 > /dev/null
788 ipfw add 100 setfib 0 ip6 from any to any \
790 ipfw add 100 setfib 0 ip6 from any to any \
/freebsd-11-stable/sbin/hastd/
H A Dsubr.c198 jailst.ip6 = NULL;
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_dn_io.c60 #include <netinet/ip6.h> /* for ip6_input, ip6_output prototypes */
458 struct ip6_hdr *ip6 = (struct ip6_hdr *)ip; local
461 flowlabel = ntohl(ip6->ip6_flow);
474 ip6->ip6_flow = htonl(flowlabel);
/freebsd-11-stable/usr.sbin/tcpdump/tcpdump/
H A DMakefile80 print-ip6.c \
/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32.h193 uint32_t ip6; member in struct:jail32
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipmon.c1061 ip6_t *ip6; local
1177 ip6 = (ip6_t *)ip;
1178 p = (u_short)ip6->ip6_nxt;
1179 s = (u_32_t *)&ip6->ip6_src;
1180 d = (u_32_t *)&ip6->ip6_dst;
1181 plen = hl + ntohs(ip6->ip6_plen);
1183 ehp = (struct ip6_ext *)((char *)ip6 + hl);
H A Dippool_y.y68 i6addr_t ip6;
73 %token <ip6> YY_IPV6
/freebsd-11-stable/usr.sbin/traceroute6/
H A Dtraceroute6.c272 #include <netinet/ip6.h>
1461 get_uphdr(struct ip6_hdr *ip6, u_char *lim) argument
1463 u_char *cp = (u_char *)ip6, nh;
1467 if (cp + sizeof(*ip6) > lim)
1470 nh = ip6->ip6_nxt;
/freebsd-11-stable/sys/dev/oce/
H A Doce_if.c999 struct ip6_hdr *ip6 = mtod(m, struct ip6_hdr *); local
1000 uint8_t nexthdr = ip6->ip6_nxt;
1002 struct icmp6_hdr *icmp6 = (struct icmp6_hdr *)(ip6 + 1);
1310 struct ip6_hdr *ip6; local
1349 ip6 = (struct ip6_hdr *)(m->m_data + ehdrlen);
1350 if (ip6->ip6_nxt != IPPROTO_TCP)
1352 th = (struct tcphdr *)((caddr_t)ip6 + sizeof(struct ip6_hdr));
1531 struct ip6_hdr *ip6 = NULL; local
1542 ip6 = (struct ip6_hdr *)((char*)eh + sizeof(struct ether_header));
1543 ip6
2820 struct ip6_hdr *ip6 = mtod(m, struct ip6_hdr *); local
[all...]
/freebsd-11-stable/tests/sys/netinet/
H A Dfibs_test.sh468 sysctl -n "net.inet6.ip6.rfc6204w3" >> "rfc6204w3.state"
469 sysctl -n "net.inet6.ip6.forwarding" >> "forwarding.state"
471 sysctl net.inet6.ip6.forwarding=1
474 sysctl net.inet6.ip6.rfc6204w3=1
522 sysctl "net.inet6.ip6.forwarding"=`cat "forwarding.state"`
526 sysctl "net.inet6.ip6.rfc6204w3"=`cat "rfc6204w3.state"`
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-isakmp.c53 #include "ip6.h"
783 const struct ip6_hdr *ip6; local
799 ip6 = (const struct ip6_hdr *)bp2;
801 UNALIGNED_MEMCPY(&cookiecache[ninitiator].iaddr.in6, &ip6->ip6_src, sizeof(struct in6_addr));
802 UNALIGNED_MEMCPY(&cookiecache[ninitiator].raddr.in6, &ip6->ip6_dst, sizeof(struct in6_addr));
817 const struct ip6_hdr *ip6; local
835 ip6 = (const struct ip6_hdr *)bp2;
837 if (UNALIGNED_MEMCMP(&ip6->ip6_src, &cookiecache[i].iaddr.in6, sizeof(struct in6_addr)) == 0)
840 if (UNALIGNED_MEMCMP(&ip6->ip6_src, &cookiecache[i].raddr.in6, sizeof(struct in6_addr)) == 0)
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_ftp_pxy.c867 ip6_t *ip6; local
984 ip6 = (ip6_t *)fin->fin_ip;
985 u_short len = ntohs(ip6->ip6_plen) + inc;
986 ip6->ip6_plen = htons(len);
1987 ip6_t *ip6; local
1998 ip6 = (ip6_t *)ip;
2101 a6 = (i6addr_t *)&ip6->ip6_src;
2175 ip6->ip6_plen = htons(fin->fin_plen - fin->fin_hlen);
/freebsd-11-stable/sys/net/altq/
H A Daltq_cdnr.c51 #include <netinet/ip6.h>
183 struct ip6_hdr *ip6 = (struct ip6_hdr *)ip; local
186 flowlabel = ntohl(ip6->ip6_flow);
189 ip6->ip6_flow = htonl(flowlabel);
/freebsd-11-stable/tools/regression/priv/
H A Dmain.c457 j.ip6 = &ia6;

Completed in 210 milliseconds

1234567891011