Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet6/
H A Din6_src.c274 in6_selectsrc_core(struct sockaddr_in6 *dstsock, uint32_t hint_mask, in in6_selectsrc_core() argument
587 if (hint_mask & IPV6_SRCSEL_HINT_PREFER_TMPADDR) { in in6_selectsrc_core()
595 if (hint_mask & IPV6_SRCSEL_HINT_PREFER_TMPADDR) { in in6_selectsrc_core()
747 uint32_t hint_mask = 0; in in6_selectsrc() local
883 hint_mask |= IPV6_SRCSEL_HINT_PREFER_TMPADDR; in in6_selectsrc()
886 if (in6_selectsrc_core(dstsock, hint_mask, ifp, inp_debug, src_storage, in in6_selectsrc()