HomeSort by relevance Sort by last modified time
    Searched defs:netif (Results 1 - 20 of 20) sorted by null

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
netcontext.py 77 return "netifcon {0.netif} {0.context} {0.packet}".format(self)
80 return hash("netifcon|{0.netif}".format(self))
83 def netif(self): member in class:Netifcon
  /external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/net/
UnixNetworkInterfaceTest.java 39 NetworkInterface netif = netifs.nextElement(); local
40 String name = netif.getName();
41 boolean up = netif.isUp();
48 assertEquals(name + " up should be " + !up, !up, netif.isUp());
53 assertEquals(name + " up should be " + up, up, netif.isUp());
64 NetworkInterface netif = netifs.nextElement(); local
65 String name = netif.getName();
66 boolean multicast = netif.supportsMulticast();
73 !multicast, netif.supportsMulticast());
80 multicast, netif.supportsMulticast())
91 NetworkInterface netif = netifs.nextElement(); local
122 NetworkInterface netif = netifs.nextElement(); local
146 NetworkInterface netif = netifs.nextElement(); local
167 NetworkInterface netif = netifs.nextElement(); local
193 NetworkInterface netif = netifs.nextElement(); local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
NetworkInterfaceTest.java 355 NetworkInterface netif = theInterfaces.nextElement(); local
356 assertEquals(netif.getName()
358 netif.getInterfaceAddresses().size());
363 NetworkInterface netif = theInterfaces.nextElement(); local
364 List<InterfaceAddress> interfaceAddrs = netif.getInterfaceAddresses();
370 List<InterfaceAddress> interfaceAddrs2 = netif.getInterfaceAddresses();
384 NetworkInterface netif = theInterfaces.nextElement(); local
386 Enumeration<InetAddress> addrs = netif.getInetAddresses();
393 assertEquals(loopback, netif.isLoopback());
405 NetworkInterface netif = theInterfaces.nextElement() local
423 NetworkInterface netif = theInterfaces.nextElement(); local
    [all...]
InetAddressTest.java 354 NetworkInterface netif; local
356 netif = nif.nextElement();
357 ia.isReachable(netif, 10, 1000);
  /libcore/ojluni/src/main/native/
Inet4AddressImpl.c 71 struct sockaddr_in* netif, jint ttl) {
99 if (netif != NULL) {
100 if (bind(fd, (struct sockaddr*)netif, sizeof(struct sockaddr_in)) < 0) {
199 struct sockaddr_in* netif = NULL; local
236 netif = &inf;
249 return ping4(env, fd, &him, timeout, netif, ttl);
273 if (netif != NULL) {
274 if (bind(fd, (struct sockaddr*)netif, sizeof(struct sockaddr_in)) < 0) {
Inet6AddressImpl.c 145 struct sockaddr_in6* netif, jint ttl) {
180 if (netif != NULL) {
181 if (bind(fd, (struct sockaddr*)netif, sizeof(struct sockaddr_in6)) <0) {
272 struct sockaddr_in6* netif = NULL; local
318 netif = &inf6;
331 return ping6(env, fd, &him6, timeout, netif, ttl);
353 if (netif != NULL) {
354 if (bind(fd, (struct sockaddr*)netif, sizeof(struct sockaddr_in6)) <0) {
NetworkInterface.c 74 } netif; typedef in typeref:struct:_netif
110 static jobject createNetworkInterface(JNIEnv *env, netif *ifs);
113 static netif *enumInterfaces(JNIEnv *env);
115 static netif *addif(JNIEnv *env, int sock, struct ifaddrs *ifa, netif *ifs);
116 static void freeif(netif *ifs);
169 netif *ifs, *curr;
213 netif *ifs, *curr;
253 netif *ifs, *curr;
336 netif *ifs, *curr
    [all...]
  /libcore/ojluni/src/main/java/java/net/
NetworkInterface.java 343 NetworkInterface netif = netifs[i++]; local
344 return netif;
  /external/autotest/client/bin/net/
net_utils.py 387 def netif(name): function
434 netif('eth0').wait_for_carrier(timeout=60)
  /external/selinux/libsepol/cil/src/
cil_verify.c 987 struct cil_netifcon *netif = node->data; local
988 struct cil_context *if_ctx = netif->if_context;
989 struct cil_context *pkt_ctx = netif->packet_context;
    [all...]
  /external/selinux/libsepol/src/
module_to_cil.c 2567 struct ocontext *netif; local
    [all...]
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/tools/common/api-versions/android-1/
android.jar 
  /prebuilts/tools/common/api-versions/android-2/
android.jar 
  /prebuilts/tools/common/api-versions/android-3/
android.jar 

Completed in 573 milliseconds