Searched refs:scope_ambiguous (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/netinet6/
H A Draw_ip6.c399 int scope_ambiguous = 0; local
434 scope_ambiguous = 1;
466 scope_ambiguous, &in6a, &hlim);
777 int error = 0, scope_ambiguous = 0; local
798 scope_ambiguous = 1;
806 inp, so->so_cred, scope_ambiguous, &in6a, NULL);
H A Din6_pcb.c332 int scope_ambiguous = 0; local
346 scope_ambiguous = 1;
362 inp, inp->inp_cred, scope_ambiguous, &in6a, NULL);
H A Dudp6_usrreq.c653 int scope_ambiguous = 0; local
683 scope_ambiguous = 1;
752 td->td_ucred, scope_ambiguous, &in6a, NULL);
H A Din6_src.c552 * Stores selected address to @srcp. If @scope_ambiguous is set,
559 struct inpcb *inp, struct ucred *cred, int scope_ambiguous,
576 if (retifp == NULL || scope_ambiguous == 0)
558 in6_selectsrc_socket(struct sockaddr_in6 *dstsock, struct ip6_pktopts *opts, struct inpcb *inp, struct ucred *cred, int scope_ambiguous, struct in6_addr *srcp, int *hlim) argument

Completed in 132 milliseconds