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

/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dtcp_input.c1971 struct ifnet *head_ifscope; local
1976 head_ifscope = (inp->inp_flags & INP_BOUND_IF) ?
2136 * head_ifscope is non-NULL is sufficient, since it
2140 if (head_ifscope != NULL) {
2142 inp->inp_boundifp = head_ifscope;

Completed in 185 milliseconds