Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dnecp_client.c5163 struct ifnet *check_ifp = ifp; in necp_ifnet_matches_type() local
5164 while (check_ifp) { in necp_ifnet_matches_type()
5165 if (if_functional_type(check_ifp, TRUE) == interface_type) { in necp_ifnet_matches_type()
5171 check_ifp = check_ifp->if_delegated.ifp; in necp_ifnet_matches_type()
5179 struct ifnet *check_ifp = ifp; in necp_ifnet_matches_name() local
5180 while (check_ifp) { in necp_ifnet_matches_name()
5181 if (strncmp(check_ifp->if_xname, interface_name, IFXNAMSIZ) == 0) { in necp_ifnet_matches_name()
5187 check_ifp = check_ifp->if_delegated.ifp; in necp_ifnet_matches_name()
5195 struct ifnet *check_ifp = ifp; in necp_ifnet_matches_agent() local
5197 while (check_ifp != NULL) { in necp_ifnet_matches_agent()
[all …]