Home
last modified time | relevance | path

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

/NextBSD/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
HDtst.inet_ntop.d45 struct in6_addr *ip6h; variable
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->__u6_addr.__u6_addr8[7] = 0xff;
[all …]
/NextBSD/sys/dev/netmap/
HDnetmap_offloadings.c74 struct nm_ipv6hdr *ip6h = (struct nm_ipv6hdr *)(buf + 14); in gso_fix_segment() local
93 ip6h->payload_len = htobe16(len-14-iphlen); in gso_fix_segment()
126 nm_csum_tcpudp_ipv6(ip6h, check_data, len-14-iphlen, check); in gso_fix_segment()
HDnetmap_freebsd.c132 nm_csum_tcpudp_ipv6(struct nm_ipv6hdr *ip6h, void *data, in nm_csum_tcpudp_ipv6() argument
136 *check = in6_cksum_pseudo((void*)ip6h, datalen, ip6h->nexthdr, 0); in nm_csum_tcpudp_ipv6()
HDnetmap_kern.h1662 void nm_csum_tcpudp_ipv6(struct nm_ipv6hdr *ip6h, void *data,
/NextBSD/sys/netinet/
HDsctp_output.c4321 struct ip6_hdr *ip6h; in sctp_lowlevel_chunk_output() local
4370 ip6h = mtod(m, struct ip6_hdr *); in sctp_lowlevel_chunk_output()
4409 ip6h->ip6_flow = htonl(flowinfo); in sctp_lowlevel_chunk_output()
4411 ip6h->ip6_nxt = IPPROTO_UDP; in sctp_lowlevel_chunk_output()
4413 ip6h->ip6_nxt = IPPROTO_SCTP; in sctp_lowlevel_chunk_output()
4415 ip6h->ip6_plen = (packet_length - sizeof(struct ip6_hdr)); in sctp_lowlevel_chunk_output()
4416 ip6h->ip6_dst = sin6->sin6_addr; in sctp_lowlevel_chunk_output()
4522 ip6h->ip6_src = lsa6->sin6_addr; in sctp_lowlevel_chunk_output()
4531 udp = (struct udphdr *)((caddr_t)ip6h + sizeof(struct ip6_hdr)); in sctp_lowlevel_chunk_output()
4538 sctphdr = (struct sctphdr *)((caddr_t)ip6h + sizeof(struct ip6_hdr)); in sctp_lowlevel_chunk_output()
[all …]