Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet6/
H A Dscope6.c387 in6_setscope(struct in6_addr *in6, struct ifnet *ifp, u_int32_t *ret_id) in in6_setscope() argument
401 if (ret_id != NULL) { in in6_setscope()
402 *ret_id = 0; /* there's no ambiguity */ in in6_setscope()
413 if (ret_id) { in in6_setscope()
414 *ret_id = 0; in in6_setscope()
441 if (ret_id != NULL) { in in6_setscope()
442 *ret_id = zoneid; in in6_setscope()