HomeSort by: relevance | last modified time | path
    Searched defs:out6 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
sctp_output.c 9162 struct ip6_hdr *out6, *in6; local in function:sctp_send_operr_to
9169 out6 = mtod(scm, struct ip6_hdr *);
9170 out6->ip6_flow = in6->ip6_flow;
9171 out6->ip6_hlim = ip6_defhlim;
9172 out6->ip6_nxt = IPPROTO_SCTP;
9173 out6->ip6_src = in6->ip6_dst;
9174 out6->ip6_dst = in6->ip6_src;
9180 lsa6.sin6_addr = out6->ip6_src;
9184 fsa6.sin6_addr = out6->ip6_dst;
sctp_output.c 9162 struct ip6_hdr *out6, *in6; local in function:sctp_send_operr_to
9169 out6 = mtod(scm, struct ip6_hdr *);
9170 out6->ip6_flow = in6->ip6_flow;
9171 out6->ip6_hlim = ip6_defhlim;
9172 out6->ip6_nxt = IPPROTO_SCTP;
9173 out6->ip6_src = in6->ip6_dst;
9174 out6->ip6_dst = in6->ip6_src;
9180 lsa6.sin6_addr = out6->ip6_src;
9184 fsa6.sin6_addr = out6->ip6_dst;

Completed in 35 milliseconds