HomeSort by relevance Sort by last modified time
    Searched defs:addrinfo (Results 76 - 81 of 81) sorted by null

1 2 34

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
netdb.h 543 struct addrinfo struct
552 struct addrinfo *ai_next; /* Pointer to next in list. */
561 const struct addrinfo *ar_request; /* Additional request specification. */
562 struct addrinfo *ar_result; /* Pointer to result. */
573 /* Possible values for `ai_flags' field in `addrinfo' structure. */
640 __const struct addrinfo *__restrict __req,
641 struct addrinfo **__restrict __pai);
643 /* Free `addrinfo' structure AI including associated storage. */
644 extern void freeaddrinfo (struct addrinfo *__ai) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
netdb.h 569 struct addrinfo struct
578 struct addrinfo *ai_next; /* Pointer to next in list. */
587 const struct addrinfo *ar_request; /* Additional request specification. */
588 struct addrinfo *ar_result; /* Pointer to result. */
599 /* Possible values for `ai_flags' field in `addrinfo' structure. */
666 __const struct addrinfo *__restrict __req,
667 struct addrinfo **__restrict __pai);
669 /* Free `addrinfo' structure AI including associated storage. */
670 extern void freeaddrinfo (struct addrinfo *__ai) __THROW;
  /external/toybox/toys/pending/
ip.c 55 } addrinfo; variable in typeref:struct:__anon19037
766 if (TT.is_addr && addrinfo.label && fnmatch(addrinfo.label, link->iface, 0))
972 if ((addrinfo.scope ^ ifa->ifa_scope)&addrinfo.scopemask) return 0;
973 if (addrinfo.ifindex && addrinfo.ifindex != ifa->ifa_index) return 0;
975 if (flag_l && addrinfo.label && ifa->ifa_family == AF_INET6) return 0;
979 if (addrinfo.label && fnmatch(addrinfo.label, label, 0)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ws2tcpip.h 178 typedef struct addrinfo { struct
186 struct addrinfo *ai_next;
200 typedef __MINGW_NAME_AW(ADDRINFO) ADDRINFOT,*PADDRINFOT;
202 typedef ADDRINFOA ADDRINFO,*LPADDRINFO;
220 WINSOCK_API_LINKAGE int WSAAPI getaddrinfo(const char *nodename,const char *servname,const struct addrinfo *hints,struct addrinfo **res);
226 typedef int (WSAAPI *LPFN_GETADDRINFO)(const char *nodename,const char *servname,const struct addrinfo *hints,struct addrinfo **res);
242 typedef void (WSAAPI *LPFN_FREEADDRINFO)(struct addrinfo *ai);
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 196 } addrinfo; member in union:request_state::__anon16028
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 936 CHECK_TYPE_SIZE(addrinfo); variable
    [all...]

Completed in 836 milliseconds

1 2 34