Searched refs:check_ifp (Results 1 – 1 of 1) sorted by relevance
5771 struct ifnet *check_ifp = ifp; in necp_ifnet_matches_type() local5772 while (check_ifp) { in necp_ifnet_matches_type()5773 if (if_functional_type(check_ifp, TRUE) == interface_type) { in necp_ifnet_matches_type()5779 check_ifp = check_ifp->if_delegated.ifp; in necp_ifnet_matches_type()5787 struct ifnet *check_ifp = ifp; in necp_ifnet_matches_name() local5788 while (check_ifp) { in necp_ifnet_matches_name()5789 if (strlcmp(interface_name, check_ifp->if_xname, IFXNAMSIZ) == 0) { in necp_ifnet_matches_name()5795 check_ifp = check_ifp->if_delegated.ifp; in necp_ifnet_matches_name()5803 struct ifnet *check_ifp = ifp; in necp_ifnet_matches_agent() local5805 while (check_ifp != NULL) { in necp_ifnet_matches_agent()[all …]