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

  /external/libnl/include/netlink/
netlink-compat.h 19 #ifndef IFNAMSIZ
21 #define IFNAMSIZ 16
  /external/libnl/include/linux/
if_bad.h 24 #define IFNAMSIZ 16
  /external/libpcap/Win32/Include/net/
if.h 157 #define IFNAMSIZ 16
158 char ifr_name[IFNAMSIZ]; /* if name, e.g. "en0" */
187 char ifra_name[IFNAMSIZ]; /* if name, e.g. "en0" */
194 char ifm_name[IFNAMSIZ]; /* if name, e.g. "en0" */
  /bionic/libc/kernel/uapi/linux/
if.h 25 #define IFNAMSIZ 16
156 char ifrn_name[IFNAMSIZ];
171 char ifru_slave[IFNAMSIZ];
172 char ifru_newname[IFNAMSIZ];
  /development/ndk/platforms/android-3/include/linux/
if.h 19 #define IFNAMSIZ 16
126 char ifrn_name[IFNAMSIZ];
139 char ifru_slave[IFNAMSIZ];
140 char ifru_newname[IFNAMSIZ];
  /development/ndk/platforms/android-L/include/linux/
if.h 25 #define IFNAMSIZ 16
155 char ifrn_name[IFNAMSIZ];
170 char ifru_slave[IFNAMSIZ];
171 char ifru_newname[IFNAMSIZ];
  /external/iproute2/include/linux/
if.h 26 #define IFNAMSIZ 16
178 char ifrn_name[IFNAMSIZ]; /* if name, e.g. "en0" */
191 char ifru_slave[IFNAMSIZ]; /* Just fits the size */
192 char ifru_newname[IFNAMSIZ];
  /external/kernel-headers/original/uapi/linux/
if.h 26 #define IFNAMSIZ 16
181 char ifrn_name[IFNAMSIZ]; /* if name, e.g. "en0" */
194 char ifru_slave[IFNAMSIZ]; /* Just fits the size */
195 char ifru_newname[IFNAMSIZ];
  /external/mdnsresponder/Clients/
dns-sd.c 102 #if !defined(IFNAMSIZ)
103 #define IFNAMSIZ 16
802 char if_name[IFNAMSIZ]; // Older Linux distributions don't define IF_NAMESIZE
    [all...]
  /external/mdnsresponder/mDNSPosix/
NetMonitor.c 55 # define IFNAMSIZ 256
482 char if_name[IFNAMSIZ]; // Older Linux distributions don't define IF_NAMESIZE
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_os_userspace.h 106 #define IFNAMSIZ 64
659 #define SCTP_IFNAMSIZ IFNAMSIZ
    [all...]

Completed in 334 milliseconds