Searched refs:check_ifp (Results 1 – 1 of 1) sorted by relevance
5352 struct ifnet *check_ifp = ifp; in necp_ifnet_matches_type() local5353 while (check_ifp) { in necp_ifnet_matches_type()5354 if (if_functional_type(check_ifp, TRUE) == interface_type) { in necp_ifnet_matches_type()5360 check_ifp = check_ifp->if_delegated.ifp; in necp_ifnet_matches_type()5368 struct ifnet *check_ifp = ifp; in necp_ifnet_matches_name() local5369 while (check_ifp) { in necp_ifnet_matches_name()5370 if (strncmp(check_ifp->if_xname, interface_name, IFXNAMSIZ) == 0) { in necp_ifnet_matches_name()5376 check_ifp = check_ifp->if_delegated.ifp; in necp_ifnet_matches_name()5384 struct ifnet *check_ifp = ifp; in necp_ifnet_matches_agent() local5386 while (check_ifp != NULL) { in necp_ifnet_matches_agent()[all …]