HomeSort by relevance Sort by last modified time
    Searched full:netifs (Results 1 - 12 of 12) sorted by null

  /external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/net/
UnixNetworkInterfaceTest.java 29 private Enumeration<NetworkInterface> netifs = null; field in class:UnixNetworkInterfaceTest
38 while (netifs.hasMoreElements()) {
39 NetworkInterface netif = netifs.nextElement();
63 while (netifs.hasMoreElements()) {
64 NetworkInterface netif = netifs.nextElement();
90 while (netifs.hasMoreElements()) {
91 NetworkInterface netif = netifs.nextElement();
121 while (netifs.hasMoreElements()) {
122 NetworkInterface netif = netifs.nextElement();
145 while (netifs.hasMoreElements())
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
InterfaceAddressTest.java 126 Enumeration<NetworkInterface> netifs = NetworkInterface local
129 if (netifs != null) {
130 while (netifs.hasMoreElements()) {
131 theInterface = netifs.nextElement();
  /external/syslinux/core/lwip/doc/
contrib.txt 45 netifs except tapif.
  /external/syslinux/core/lwip/src/include/netif/
etharp.h 163 * netifs on one hardware interface where the netif's low-level receive
  /external/syslinux/core/lwip/src/core/
netif.c 123 * Add a network interface to the list of lwIP netifs.
231 * Remove a network interface from the list of lwIP netifs.
744 /* loop through netifs */
  /libcore/ojluni/src/main/java/java/net/
NetworkInterface.java 358 final NetworkInterface[] netifs = getAll(); local
361 if (netifs.length == 0)
364 return Collections.enumeration(Arrays.asList(netifs));
  /external/syslinux/core/lwip/src/include/lwip/
netif.h 121 * netifs. This function is called by ARP when a packet shall be sent.
opt.h 739 * Only allow SNMP write actions that are 'safe' (e.g. disabeling netifs is not
    [all...]
  /external/syslinux/core/lwip/src/core/ipv4/
ip.c 128 /* iterate through netifs */
329 list of configured netifs.
  /external/syslinux/core/lwip/
CHANGELOG     [all...]
  /external/selinux/libsepol/src/
module_to_cil.c     [all...]
  /external/syslinux/core/lwip/src/core/snmp/
mib2.c     [all...]

Completed in 433 milliseconds