HomeSort by relevance Sort by last modified time
    Searched refs:ifa_addr (Results 1 - 14 of 14) sorted by null

  /external/dhcpcd/
ifaddrs.h 19 struct sockaddr *ifa_addr; member in struct:ifaddrs
ifaddrs.c 68 ifa->ifa_addr = (struct sockaddr *)saddr;
90 ifa->ifa_addr = (struct sockaddr *)hwaddr;
140 if (ifp->ifa_addr)
141 free(ifp->ifa_addr);
net.c 361 if (ifa->ifa_addr != NULL) {
363 if (ifa->ifa_addr->sa_family != AF_LINK)
366 if (ifa->ifa_addr->sa_family != AF_PACKET)
437 } else if (ifa->ifa_addr != NULL) {
439 sdl = (const struct sockaddr_dl *)(void *)ifa->ifa_addr;
445 memcpy(&iflr.addr, ifa->ifa_addr,
446 MIN(ifa->ifa_addr->sa_len, sizeof(iflr.addr)));
480 sll = (const struct sockaddr_ll *)(void *)ifa->ifa_addr;
546 if (ifa->ifa_addr == NULL ||
547 ifa->ifa_addr->sa_family != AF_INET |
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
ifaddrs.h 37 struct sockaddr *ifa_addr; /* Network address of this interface. */ member in struct:ifaddrs
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
ifaddrs.h 37 struct sockaddr *ifa_addr; /* Network address of this interface. */ member in struct:ifaddrs
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
ifaddrs.h 37 struct sockaddr *ifa_addr; /* Network address of this interface. */ member in struct:ifaddrs
  /external/chromium/net/base/
net_util_posix.cc 70 int family = ifa->ifa_addr->sa_family;
74 if (address.FromSockAddr(ifa->ifa_addr,
75 sizeof(ifa->ifa_addr)) &&
net_util.cc     [all...]
  /external/ipsec-tools/src/racoon/
grabmyaddr.c 109 struct sockaddr *ifa_addr; member in struct:ifaddrs
191 I->ifa_addr = (struct sockaddr*)&I->ifa_addrbuf;
192 I->ifa_addr->sa_family = m->ifa_family;
194 struct sockaddr_in *sin = (void*)I->ifa_addr;
197 struct sockaddr_in6 *sin = (void*)I->ifa_addr;
353 if (! ifap->ifa_addr)
356 if (ifap->ifa_addr->sa_family != AF_INET
358 && ifap->ifa_addr->sa_family != AF_INET6
363 if (!suitable_ifaddr(ifap->ifa_name, ifap->ifa_addr)) {
367 saddrwop2str(ifap->ifa_addr));
    [all...]
  /external/libpcap/
fad-getad.c 179 * "ifa_addr" was apparently null on at least one
192 * if "ifa_addr" is non-null (if there's no address,
198 if (ifa->ifa_addr != NULL) {
199 addr = ifa->ifa_addr;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/net/
if.h 91 struct sockaddr ifa_addr; /* Address of interface. */ member in struct:ifaddr
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/net/
if.h 91 struct sockaddr ifa_addr; /* Address of interface. */ member in struct:ifaddr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/net/
if.h 91 struct sockaddr ifa_addr; /* Address of interface. */ member in struct:ifaddr
  /external/libppp/src/
ipv6cp.c 141 if (ifa->ifa_addr->sa_family != AF_LINK)
144 sdl = (struct sockaddr_dl *)ifa->ifa_addr;

Completed in 1402 milliseconds