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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dscope6.c483 * Determine the appropriate scope zone ID for in6 and ifp. If ret_id is
487 * ret_id - unnecessary?
490 in6_setscope(struct in6_addr *in6, struct ifnet *ifp, u_int32_t *ret_id) argument
511 if (ret_id != NULL)
512 *ret_id = 0; /* there's no ambiguity */
522 if (ret_id != NULL)
523 *ret_id = 0;
550 if (ret_id != NULL)
551 *ret_id = zoneid;

Completed in 17 milliseconds