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

  /external/chromium/net/base/
net_util_posix.cc 63 ifaddrs *ifaddr; local
64 if (getifaddrs(&ifaddr) < 0) {
69 for (ifaddrs *ifa = ifaddr; ifa != NULL; ifa = ifa->ifa_next) {
82 freeifaddrs(ifaddr);
  /external/iputils/
rarpd.c 55 struct ifaddr *ifa_list;
58 struct ifaddr struct
60 struct ifaddr *next;
92 struct ifaddr *ifa;
183 ifa = (struct ifaddr*)malloc(sizeof(*ifa));
239 struct ifaddr *select_ipaddr(int ifindex, __u32 *sel_addr, __u32 **alist)
242 struct ifaddr *ifa;
298 struct ifaddr *ifa;
367 struct ifaddr *ifa;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/net/
if.h 84 /* The ifaddr structure contains information about one address of an
89 struct ifaddr struct
98 struct ifaddr *ifa_next; /* Next address for interface. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/net/
if.h 84 /* The ifaddr structure contains information about one address of an
89 struct ifaddr struct
98 struct ifaddr *ifa_next; /* Next address for interface. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/net/
if.h 84 /* The ifaddr structure contains information about one address of an
89 struct ifaddr struct
98 struct ifaddr *ifa_next; /* Next address for interface. */
  /bionic/libc/netbsd/resolv/
res_cache.c 1247 struct in_addr ifaddr; member in struct:resolv_cache_info
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prio.h 250 PRNetAddr ifaddr; /* local IP address of interface */ member in struct:PRMcastRequest
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
p2p.h 162 uint8 ifaddr[1][6]; /* P2P Interface Address list */ member in struct:wifi_p2p_intf_se_s
276 uint8 ifaddr[ETHER_ADDR_LEN]; /* P2P Interface Address */ member in struct:wifi_p2p_cid_fixed_s

Completed in 1252 milliseconds