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

/freebsd-12-stable/sys/netinet6/
H A Draw_ip6.c403 int scope_ambiguous = 0; local
437 scope_ambiguous = 1;
469 scope_ambiguous, &in6a, &hlim);
782 int error = 0, scope_ambiguous = 0; local
803 scope_ambiguous = 1;
811 inp, so->so_cred, scope_ambiguous, &in6a, NULL);
H A Dudp6_usrreq.c705 int cscov_partial, error, flags, hlen, scope_ambiguous; local
719 scope_ambiguous = 0;
734 scope_ambiguous = 1;
885 td->td_ucred, scope_ambiguous, &in6a, NULL);
H A Din6_pcb.c351 int scope_ambiguous = 0; local
365 scope_ambiguous = 1;
381 inp, inp->inp_cred, scope_ambiguous, &in6a, NULL);
H A Din6_src.c551 * Stores selected address to @srcp. If @scope_ambiguous is set,
558 struct inpcb *inp, struct ucred *cred, int scope_ambiguous,
575 if (retifp == NULL || scope_ambiguous == 0)
557 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 67 milliseconds