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

  /external/dhcpcd/
ifaddrs.h 16 struct ifaddrs *ifa_next; member in struct:ifaddrs
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
ifaddrs.h 32 struct ifaddrs *ifa_next; /* Pointer to the next structure. */ member in struct:ifaddrs
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
ifaddrs.h 32 struct ifaddrs *ifa_next; /* Pointer to the next structure. */ member in struct:ifaddrs
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
ifaddrs.h 32 struct ifaddrs *ifa_next; /* Pointer to the next structure. */ member in struct:ifaddrs
  /external/ipsec-tools/src/racoon/
grabmyaddr.c 106 struct ifaddrs *ifa_next; member in struct:ifaddrs
202 I->ifa_next = *ifa;
252 for (i=*ifa0; i; i = i->ifa_next) {
269 ifa0 = i->ifa_next;
352 for (ifap = ifa0; ifap; ifap = ifap->ifa_next) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/net/
if.h 98 struct ifaddr *ifa_next; /* Next address for interface. */ member in struct:ifaddr
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/net/
if.h 98 struct ifaddr *ifa_next; /* Next address for interface. */ member in struct:ifaddr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/net/
if.h 98 struct ifaddr *ifa_next; /* Next address for interface. */ member in struct:ifaddr

Completed in 225 milliseconds