Searched refs:ifa (Results 1 - 1 of 1) sorted by relevance

/system/connectivity/shill/net/
H A Drtnl_message.cc37 struct ifaddrmsg ifa; member in union:shill::RTNLHeader::__anon1429
189 if (hdr->hdr.nlmsg_len < NLMSG_LENGTH(sizeof(hdr->ifa))) {
197 family_ = hdr->ifa.ifa_family;
198 interface_index_ = hdr->ifa.ifa_index;
199 set_address_status(AddressStatus(hdr->ifa.ifa_prefixlen,
200 hdr->ifa.ifa_flags,
201 hdr->ifa.ifa_scope));
452 hdr->hdr.nlmsg_len = NLMSG_LENGTH(sizeof(hdr->ifa));
453 hdr->ifa.ifa_family = family_;
454 hdr->ifa
[all...]

Completed in 75 milliseconds