Home
last modified time | relevance | path

Searched refs:ret_ifscope (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.1.10/bsd/netinet6/
H A Dscope6.c218 sa6_embedscope(struct sockaddr_in6 *sin6, int defaultok, uint32_t *ret_ifscope) in sa6_embedscope() argument
251 if (ret_ifscope != NULL) { in sa6_embedscope()
252 *ret_ifscope = zoneid; in sa6_embedscope()
H A Din6_src.c2207 struct in6pcb *in6p, struct ifnet **ifpp, struct ip6_pktopts *opt, uint32_t *ret_ifscope) in in6_embedscope() argument
2263 if (ret_ifscope != NULL) { in in6_embedscope()
2264 *ret_ifscope = pi->ipi6_ifindex; in in6_embedscope()
2272 if (ret_ifscope != NULL) { in in6_embedscope()
2273 *ret_ifscope = ifp->if_index; in in6_embedscope()
2294 if (ret_ifscope != NULL) { in in6_embedscope()
2295 *ret_ifscope = scopeid; in in6_embedscope()