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

  /src/sys/compat/common/
compat_43_mod.c 68 goto out6;
102 out6:
131 goto out6;
165 out6:
  /src/tests/lib/libc/stdlib/
t_sort.sh 81 printf '1 bar\n2 baz\n0 foo\n3 quux\n4 quux\n' >out6
82 atf_check -s exit:0 -o file:out6 \
  /src/sys/netinet/
sctp_output.c 9162 struct ip6_hdr *out6, *in6; local
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 33 milliseconds