Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/net/
H A Dnecp_client.c5802 struct ifnet *check_ifp = ifp; in necp_ifnet_matches_type() local
5803 while (check_ifp) { in necp_ifnet_matches_type()
5804 if (if_functional_type(check_ifp, TRUE) == interface_type) { in necp_ifnet_matches_type()
5810 check_ifp = check_ifp->if_delegated.ifp; in necp_ifnet_matches_type()
5818 struct ifnet *check_ifp = ifp; in necp_ifnet_matches_name() local
5819 while (check_ifp) { in necp_ifnet_matches_name()
5820 if (strlcmp(interface_name, check_ifp->if_xname, IFXNAMSIZ) == 0) { in necp_ifnet_matches_name()
5826 check_ifp = check_ifp->if_delegated.ifp; in necp_ifnet_matches_name()
5834 struct ifnet *check_ifp = ifp; in necp_ifnet_matches_agent() local
5836 while (check_ifp != NULL) { in necp_ifnet_matches_agent()
[all …]