/external/ipsec-tools/ |
setup.c | 89 struct addrinfo hints = { 98 struct addrinfo *info;
|
/external/chromium_org/third_party/boringssl/src/tool/ |
client.cc | 68 struct addrinfo hint, *result;
|
/external/netperf/ |
nettest_sctp.c | 414 struct addrinfo *remote_res; 415 struct addrinfo *local_res; 416 struct addrinfo *local_remote_res; 417 struct addrinfo *local_local_res; [all...] |
netserver.c | 434 struct addrinfo hints; 435 struct addrinfo *local_res; 436 struct addrinfo *local_res_temp;
|
nettest_bsd.c | 534 /* return a pointer to a completed addrinfo chain - prefer 538 struct addrinfo * 541 struct addrinfo hints; 542 struct addrinfo *res; 543 struct addrinfo *temp_res; 722 complete_addrinfos(struct addrinfo **remote,struct addrinfo **local, char remote_host[], int type, int protocol, int flags) { 795 get_port_number(struct addrinfo *res) 819 addrinfo to the specified value, based on the address family */ 821 set_port_number(struct addrinfo *res, unsigned short port [all...] |
nettest_sdp.c | 240 struct addrinfo *remote_res; 241 struct addrinfo *local_res; 939 struct addrinfo *remote_res; 940 struct addrinfo *local_res; [all...] |
netlib.c | [all...] |
/external/tcpdump/missing/ |
getnameinfo.c | 62 #include "addrinfo.h"
|
/external/tcpdump/ |
tcpdump-stdinc.h | 75 /* Protos for missing/x.c functions (ideally <missing/addrinfo.h>
|
aclocal.m4 | [all...] |
/external/lldb/include/lldb/Host/ |
SocketAddress.h | 50 operator=(const struct addrinfo *addr_info); 115 SetAddress (const struct addrinfo *hints_ptr, // Optional hints where the family, protocol and other things can be specified. 118 struct addrinfo *addr_info_ptr); // If non-NULL, this will get filled in with the match
|
/external/iptables/libxtables/ |
xtoptions.c | 516 struct addrinfo hints = {.ai_family = afinfo->family}; 518 struct addrinfo *res, *p; 561 struct addrinfo *res = NULL, *p; 672 struct addrinfo hints = {.ai_family = afinfo->family, 674 struct addrinfo *res; [all...] |
/libcore/luni/src/main/native/ |
libcore_io_Posix.cpp | 75 void operator()(addrinfo* p) const { 672 addrinfo hints; 679 addrinfo* addressList = NULL; 682 UniquePtr<addrinfo, addrinfo_deleter> addressListDeleter(addressList); 690 for (addrinfo* ai = addressList; ai != NULL; ai = ai->ai_next) { 709 for (addrinfo* ai = addressList; ai != NULL; ai = ai->ai_next) { [all...] |
/external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/ |
handlers.c | 882 struct addrinfo hints; 896 struct addrinfo* ai; 906 struct addrinfo* current = ai;
|
/external/chromium_org/third_party/webrtc/base/ |
ipaddress_unittest.cc | 502 struct addrinfo test_info; 503 struct addrinfo next_info; 524 // Check a zeroed out addrinfo doesn't crash us. [all...] |
ipaddress.cc | 228 bool IPFromAddrInfo(struct addrinfo* info, IPAddress* out) {
|
/external/fio/engines/ |
net.c | 854 void *dst, struct addrinfo **res) 857 struct addrinfo hints; 896 struct addrinfo *res = NULL;
|
/external/wpa_supplicant_8/src/wps/ |
wps_upnp.c | 314 struct addrinfo hints; 315 struct addrinfo *result = NULL; 316 struct addrinfo *rp; 351 os_memset(&hints, 0, sizeof(struct addrinfo)); [all...] |
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/ |
_solaris.h | 119 struct addrinfo { struct 127 struct addrinfo *ai_next;
|
/external/libnl/lib/ |
addr.c | 684 int nl_addr_info(struct nl_addr *addr, struct addrinfo **result) 688 struct addrinfo hint = {
|
/external/valgrind/main/drd/ |
drd_error.c | 111 void describe_malloced_addr(Addr const a, AddrInfo* const ai) 162 AddrInfo ai;
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
kernel_proxy.cc | 1368 void KernelProxy::freeaddrinfo(struct addrinfo* res) { 1374 const struct addrinfo* hints, 1375 struct addrinfo** res) { [all...] |
/external/lldb/source/Core/ |
ConnectionFileDescriptor.cpp | [all...] |
/external/valgrind/main/helgrind/ |
hg_errors.c | 296 AddrInfo data_addrinfo; 382 //if (extra != NULL && Undescribed == extra->addrinfo.akind) { 383 // describe_addr ( VG_(get_error_address)(err), &(extra->addrinfo) ); [all...] |
/external/ipsec-tools/src/libipsec/ |
policy_parse.y | 379 struct addrinfo hints, *res;
|