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

  /src/sys/netinet6/
scope6_var.h 111 int sa6_recoverscope(struct sockaddr_in6 *);
scope6.c 228 if (sin6 == NULL || sa6_recoverscope(sin6) != 0)
238 sa6_recoverscope(struct sockaddr_in6 *sin6) function in typeref:typename:int
in6_pcb.c 573 (void)sa6_recoverscope(sin6); /* XXX: should catch errors */
584 (void)sa6_recoverscope(sin6); /* XXX: should catch errors */
sctp6_usrreq.c 1117 if ((error = sa6_recoverscope(sin6)) != 0)
1167 if ((error = sa6_recoverscope(sin6)) != 0)
in6.c 595 error = sa6_recoverscope(&ifr->ifr_addr);
608 error = sa6_recoverscope(&ifr->ifr_dstaddr);
1761 error = sa6_recoverscope(
1769 error = sa6_recoverscope(
udp6_usrreq.c 435 if (sa6_recoverscope(src) != 0) {
926 error = sa6_recoverscope(&lsin6);
nd6.c 613 * We need sin6_copy since sa6_recoverscope() may modify the
617 if (sa6_recoverscope(&sin6_copy))
663 * We need sin6_copy since sa6_recoverscope() may modify the
667 if (sa6_recoverscope(&sin6_copy))
raw_ip6.c 185 if (sa6_recoverscope(&rip6src) != 0) {
ip6_output.c 581 if (sa6_recoverscope(&src_sa) || zone != src_sa.sin6_scope_id)
589 if (sa6_recoverscope(&dst_sa) || zone != dst_sa.sin6_scope_id)
ip6_input.c 1291 if (sa6_recoverscope(&mtuctl.ip6m_addr))
icmp6.c 1960 if (sa6_recoverscope(&rip6src)) {
  /src/sys/netipsec/
ipsec_input.c 285 if (sa6_recoverscope(&dst_address.sin6)) {
  /src/sys/netinet/
sctputil.c 2810 if (sa6_recoverscope(&a)) {
2815 if (sa6_recoverscope(&b)) {
2839 if (sa6_recoverscope(store) == 0) {
sctp_usrreq.c 3671 if ((error = sa6_recoverscope(sin6)) != 0)
sctp_output.c 3490 (void)sa6_recoverscope(sin6);

Completed in 33 milliseconds