HomeSort by relevance Sort by last modified time
    Searched defs:IF_NAMESIZE (Results 51 - 56 of 56) sorted by null

1 23

  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/net/
if.h 30 #ifndef IF_NAMESIZE
31 #define IF_NAMESIZE IFNAMSIZ
  /bionic/libc/include/net/
if.h 36 #ifndef IF_NAMESIZE
37 #define IF_NAMESIZE IFNAMSIZ
  /external/c-ares/
ares_ipv6.h 66 #ifndef IF_NAMESIZE
68 #define IF_NAMESIZE IFNAMSIZ
70 #define IF_NAMESIZE 256
  /external/libpcap/
inet.c 844 #ifndef IF_NAMESIZE
845 #define IF_NAMESIZE IFNAMSIZ
847 static char device[IF_NAMESIZE + 1];
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/net/
if.h 32 #define IF_NAMESIZE 16
130 # define IFNAMSIZ IF_NAMESIZE
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/net/
if.h 32 #define IF_NAMESIZE 16
130 # define IFNAMSIZ IF_NAMESIZE

Completed in 2316 milliseconds

1 23