Home
last modified time | relevance | path

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

/netbsd/src/sys/netinet/
Dsctp_output.c8042 struct ip6_hdr *ip6, *ip6_out; local
8053 ip6_out = NULL;
8082 ip6_out = mtod(mout, struct ip6_hdr *);
8085 ip6_out->ip6_flow = ip6->ip6_flow;
8086 ip6_out->ip6_hlim = ip6_defhlim;
8087 ip6_out->ip6_nxt = IPPROTO_SCTP;
8088 ip6_out->ip6_src = ip6->ip6_dst;
8089 ip6_out->ip6_dst = ip6->ip6_src;
8090 ip6_out->ip6_plen = mout->m_len;
8091 offset_out += sizeof(*ip6_out);
[all …]