/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.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. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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 | 159 struct ifaddrmsg *ifaddr = (struct ifaddrmsg *) NLMSG_DATA(nh); local 164 if (!checkRtNetlinkLength(nh, sizeof(*ifaddr))) 179 for (rta = IFA_RTA(ifaddr); RTA_OK(rta, len); rta = RTA_NEXT(rta, len)) { 187 if (ifaddr->ifa_family == AF_INET) { 195 } else if (ifaddr->ifa_family == AF_INET6) { 204 SLOGE("Unknown address family %d\n", ifaddr->ifa_family); 209 if (!if_indextoname(ifaddr->ifa_index, ifname)) { 210 SLOGD("Unknown ifindex %d in %s", ifaddr->ifa_index, msgtype); 237 asprintf(&mParams[0], "ADDRESS=%s/%d", addrstr, ifaddr->ifa_prefixlen); 239 asprintf(&mParams[2], "FLAGS=%u", ifaddr->ifa_flags) [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
|