Searched refs:ip6h (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.inet_ntop.d45 struct in6_addr *ip6h;
72 ip6h = this->buf6h;
107 ip6h->__u6_addr.__u6_addr8[0] = 0xff;
108 ip6h->__u6_addr.__u6_addr8[1] = 0xff;
109 ip6h->__u6_addr.__u6_addr8[2] = 0xff;
110 ip6h->__u6_addr.__u6_addr8[3] = 0xff;
111 ip6h->__u6_addr.__u6_addr8[4] = 0xff;
112 ip6h->__u6_addr.__u6_addr8[5] = 0xff;
113 ip6h->__u6_addr.__u6_addr8[6] = 0xff;
114 ip6h
[all...]
/freebsd-9.3-release/sys/dev/netmap/
H A Dnetmap_offloadings.c74 struct nm_ipv6hdr *ip6h = (struct nm_ipv6hdr *)(buf + 14); local
93 ip6h->payload_len = htobe16(len-14-iphlen);
126 nm_csum_tcpudp_ipv6(ip6h, check_data, len-14-iphlen, check);
H A Dnetmap_freebsd.c123 void nm_csum_tcpudp_ipv6(struct nm_ipv6hdr *ip6h, void *data, argument
127 *check = in6_cksum_pseudo((void*)ip6h, datalen, ip6h->nexthdr, 0);
H A Dnetmap_kern.h1371 void nm_csum_tcpudp_ipv6(struct nm_ipv6hdr *ip6h, void *data,
/freebsd-9.3-release/sys/netinet/
H A Dsctp_output.c4325 struct ip6_hdr *ip6h; local
4381 ip6h = mtod(m, struct ip6_hdr *);
4420 ip6h->ip6_flow = htonl(flowinfo);
4422 ip6h->ip6_nxt = IPPROTO_UDP;
4424 ip6h->ip6_nxt = IPPROTO_SCTP;
4426 ip6h->ip6_plen = (packet_length - sizeof(struct ip6_hdr));
4427 ip6h->ip6_dst = sin6->sin6_addr;
4533 ip6h->ip6_src = lsa6->sin6_addr;
4542 udp = (struct udphdr *)((caddr_t)ip6h + sizeof(struct ip6_hdr));
4549 sctphdr = (struct sctphdr *)((caddr_t)ip6h
[all...]

Completed in 58 milliseconds