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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_input.c1680 struct ifnet *head_ifscope; local
1684 head_ifscope = (inp->inp_flags & INP_BOUND_IF) ?
1866 * head_ifscope is non-NULL is sufficient, since it
1870 if (head_ifscope != NULL) {
1872 inp->inp_boundifp = head_ifscope;

Completed in 29 milliseconds