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

/bionic/libc/kernel/uapi/linux/
H A Dif_addr.h36 IFA_LOCAL, enumerator in enum:__anon395
/bionic/libc/bionic/
H A Difaddrs.cpp71 // The kernel currently uses the order IFA_ADDRESS, IFA_LOCAL, IFA_BROADCAST
74 // This is an IFA_ADDRESS and haven't seen an IFA_LOCAL yet, so assume this is the
75 // local address. SetLocalAddress will fix things if we later see an IFA_LOCAL.
78 // We already saw an IFA_LOCAL, which implies this is a destination address.
95 // local address is supplied in IFA_LOCAL attribute".
102 // ...and then put this IFA_LOCAL into ifa_addr.
226 } else if (rta->rta_type == IFA_LOCAL) {

Completed in 95 milliseconds