Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet6/
H A Din6_src.c283 in6_selectsrc_core(struct sockaddr_in6 *dstsock, uint32_t hint_mask, in in6_selectsrc_core() argument
501 if (hint_mask & IPV6_SRCSEL_HINT_PREFER_TMPADDR) { in in6_selectsrc_core()
509 if (hint_mask & IPV6_SRCSEL_HINT_PREFER_TMPADDR) { in in6_selectsrc_core()
657 uint32_t hint_mask = 0; in in6_selectsrc() local
791 hint_mask |= IPV6_SRCSEL_HINT_PREFER_TMPADDR; in in6_selectsrc()
794 if (in6_selectsrc_core(dstsock, hint_mask, ifp, inp_debug, src_storage, in in6_selectsrc()