Home
last modified time | relevance | path

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

/external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/net/
DUnixNetworkInterfaceTest.java29 private Enumeration<NetworkInterface> netifs = null; field in UnixNetworkInterfaceTest
38 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 …]
/external/selinux/libsepol/src/
Dmodule_to_cil.c2717 static int ocontext_selinux_netif_to_cil(struct policydb *pdb, struct ocontext *netifs) in ocontext_selinux_netif_to_cil() argument
2721 for (netif = netifs; netif != NULL; netif = netif->next) { in ocontext_selinux_netif_to_cil()