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

  /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/x86_64-linux-glibc2.11-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.11-4.8/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. */
  /system/core/libsysutils/src/
NetlinkEvent.cpp 162 struct ifaddrmsg *ifaddr = (struct ifaddrmsg *) NLMSG_DATA(nh); local
167 if (!checkRtNetlinkLength(nh, sizeof(*ifaddr)))
182 for (rta = IFA_RTA(ifaddr); RTA_OK(rta, len); rta = RTA_NEXT(rta, len)) {
190 if (ifaddr->ifa_family == AF_INET) {
198 } else if (ifaddr->ifa_family == AF_INET6) {
207 SLOGE("Unknown address family %d\n", ifaddr->ifa_family);
212 if (!if_indextoname(ifaddr->ifa_index, ifname)) {
213 SLOGE("Unknown ifindex %d in %s", ifaddr->ifa_index, msgtype);
242 ifaddr->ifa_prefixlen);
244 asprintf(&mParams[2], "FLAGS=%u", ifaddr->ifa_flags)
    [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 418 milliseconds