/external/chromium/third_party/libevent/mac/ |
event-config.h | 53 /* Define to 1 if you have the `getnameinfo' function. */
|
/external/chromium_org/third_party/libevent/android/ |
config.h | 46 /* Define to 1 if you have the `getnameinfo' function. */
|
event-config.h | 50 /* Define to 1 if you have the `getnameinfo' function. */
|
/external/chromium_org/third_party/libevent/ |
config.h.in | 45 /* Define to 1 if you have the `getnameinfo' function. */
|
/external/chromium_org/third_party/libevent/freebsd/ |
event-config.h | 53 /* Define to 1 if you have the `getnameinfo' function. */
|
/external/chromium_org/third_party/libevent/linux/ |
config.h | 46 /* Define to 1 if you have the `getnameinfo' function. */
|
event-config.h | 53 /* Define to 1 if you have the `getnameinfo' function. */
|
/external/chromium_org/third_party/libevent/mac/ |
config.h | 46 /* Define to 1 if you have the `getnameinfo' function. */
|
event-config.h | 53 /* Define to 1 if you have the `getnameinfo' function. */
|
/external/chromium_org/third_party/libevent/solaris/ |
config.h | 46 /* Define to 1 if you have the `getnameinfo' function. */
|
event-config.h | 53 /* Define to 1 if you have the `getnameinfo' function. */
|
/external/clang/include/clang/AST/ |
StmtCXX.h | 270 DeclarationNameInfo getNameInfo() const { return NameInfo; }
|
RecursiveASTVisitor.h | [all...] |
/external/ipsec-tools/src/racoon/ |
localconf.c | 167 GETNAMEINFO(remote, addr, port);
|
racoonctl.c | 1151 GETNAMEINFO((struct sockaddr *)&pd->local, _addr1_, _addr2_); 1167 GETNAMEINFO((struct sockaddr *)&pd->remote, _addr1_, _addr2_); 1244 GETNAMEINFO(addr, _addr1_, _addr2_); 1251 GETNAMEINFO(addr, _addr1_, _addr2_); [all...] |
/external/ppp/pppd/plugins/pppoatm/ |
ans.c | 8 * without doing the "full upgrade" to getaddrinfo/getnameinfo. This also
|
/libcore/luni/src/main/java/libcore/io/ |
Os.java | 58 public String getnameinfo(InetAddress address, int flags) throws GaiException; method in interface:Os
|
/external/chromium_org/third_party/openssl/openssl/crypto/bio/ |
b_sock.c | 94 * [get|free]addrinfo and getnameinfo. This is because WinSock uses 895 /* 2nd argument to getnameinfo is specified to 903 if ((p_getnameinfo.p=DSO_global_lookup("getnameinfo"))==NULL)
|
/external/dropbear/ |
dbutil.c | 417 ret = getnameinfo((struct sockaddr*)addr, len, hbuf, sizeof(hbuf), 467 ret = getnameinfo((struct sockaddr*)addr, len, hbuf, sizeof(hbuf), 471 /* On some systems (Darwin does it) we get EINTR from getnameinfo
|
/external/openssl/crypto/bio/ |
b_sock.c | 94 * [get|free]addrinfo and getnameinfo. This is because WinSock uses 895 /* 2nd argument to getnameinfo is specified to 903 if ((p_getnameinfo.p=DSO_global_lookup("getnameinfo"))==NULL)
|
/external/tcpdump/ |
configure.in | 340 getnameinfo(ai->ai_addr, ai->ai_addrlen, 437 AC_REPLACE_FUNCS(getaddrinfo getnameinfo) 699 dnl portability macros for getaddrinfo/getnameinfo
|
/external/clang/tools/libclang/ |
RecursiveASTVisitor.h | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_socket.py | 347 # Testing reference count for getnameinfo 352 socket.getnameinfo(__name__,0) 355 "socket.getnameinfo loses a reference") 358 # Making sure getnameinfo doesn't crash the interpreter 361 socket.getnameinfo(('x', 0, 0, 0), 0) 719 self.assertRaises(OverflowError, socket.getnameinfo, [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_socket.py | 347 # Testing reference count for getnameinfo 352 socket.getnameinfo(__name__,0) 355 "socket.getnameinfo loses a reference") 358 # Making sure getnameinfo doesn't crash the interpreter 361 socket.getnameinfo(('x', 0, 0, 0), 0) 719 self.assertRaises(OverflowError, socket.getnameinfo, [all...] |
/external/chromium/third_party/libevent/ |
configure.in | 139 AC_CHECK_FUNCS(gettimeofday vasprintf fcntl clock_gettime strtok_r strsep getaddrinfo getnameinfo strlcpy inet_ntop signal sigaction strtoll issetugid geteuid getegid)
|