Searched refs:netifs (Results 1 – 2 of 2) sorted by relevance
29 private Enumeration<NetworkInterface> netifs = null; field in UnixNetworkInterfaceTest38 while (netifs.hasMoreElements()) { in test_isUp()39 NetworkInterface netif = netifs.nextElement(); in test_isUp()63 while (netifs.hasMoreElements()) { in test_supportsMulticast()64 NetworkInterface netif = netifs.nextElement(); in test_supportsMulticast()90 while (netifs.hasMoreElements()) { in test_getHardwareAddress()91 NetworkInterface netif = netifs.nextElement(); in test_getHardwareAddress()121 while (netifs.hasMoreElements()) { in test_getMTU()122 NetworkInterface netif = netifs.nextElement(); in test_getMTU()145 while (netifs.hasMoreElements()) { in test_getSubInterfaces()[all …]
2717 static int ocontext_selinux_netif_to_cil(struct policydb *pdb, struct ocontext *netifs) in ocontext_selinux_netif_to_cil() argument2721 for (netif = netifs; netif != NULL; netif = netif->next) { in ocontext_selinux_netif_to_cil()