Searched refs:socket (Results 1 – 16 of 16) sorted by relevance
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | strerror.m4 | 60 AC_CHECK_HEADERS_ONCE([sys/socket.h]) 65 dnl cygwin, all socket information should come from sys/socket.h).
|
/ndk/sources/host-tools/make-3.81/ |
D | acinclude.m4 | 51 CF_RECHECK_FUNC(gethostname,socket,cf_cv_netlibs)])]) 58 AC_CHECK_FUNCS(socket,,[ 59 CF_RECHECK_FUNC(socket,socket,cf_cv_netlibs,[ 60 CF_RECHECK_FUNC(socket,bsd,cf_cv_netlibs)])])
|
D | config.ami | 262 /* Define if you have the socket function. */
|
D | configure | 8706 for ac_func in socket 8733 char socket (); 8737 return socket (); 8756 cf_tr_func=`echo socket | tr '[a-z]' '[A-Z]'` 8787 char socket (); 8791 return socket (); 8810 cf_tr_func=`echo socket | tr '[a-z]' '[A-Z]'`
|
D | config.h-vms | 288 /* Define if you have the socket function. */
|
D | config.h.in | 205 /* Define to 1 if you have the `socket' function. */
|
D | config.h.W32 | 207 /* Define to 1 if you have the `socket' function. */
|
/ndk/sources/android/crazy_linker/tests/ |
D | test_util.h | 254 inline int SendFd(int socket, int fd) { in SendFd() argument 279 int ret = sendmsg(socket, &msg, 0); in SendFd() 291 inline int ReceiveFd(int socket, int* fd) { in ReceiveFd() argument 311 int ret = recvmsg(socket, &msg, 0); in ReceiveFd()
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | unistd.in.h | 53 # undef socket 54 # define socket socket_used_without_including_sys_socket_h macro
|
/ndk/ |
D | ndk-gdb | 730 DEBUG_SOCKET=debug-socket
|
/ndk/sources/host-tools/make-3.81/autom4te.cache/ |
D | output.0 | 8706 for ac_func in socket 8708 ac_fn_c_check_func "$LINENO" "socket" "ac_cv_func_socket" 8717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for socket in -lsocket" >&5 8718 $as_echo_n "checking for socket in -lsocket... " >&6; } 8733 char socket (); 8737 return socket (); 8756 cf_tr_func=`echo socket | tr '[a-z]' '[A-Z]'` 8771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for socket in -lbsd" >&5 8772 $as_echo_n "checking for socket in -lbsd... " >&6; } 8787 char socket (); [all …]
|
D | traces.0 | 924 m4trace:configure.in:239: -1- AH_OUTPUT([HAVE_SOCKET], [/* Define to 1 if you have the `socket\' fu…
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | config_h.in | 491 /* Define to 1 if you have the <sys/socket.h> header file. */
|
D | configure | 2160 ac_header_list="$ac_header_list sys/socket.h"
|
/ndk/sources/host-tools/make-3.81/po/ |
D | gl.po | 2212 #~ msgid "exporting: Couldn't create return socket." 2213 #~ msgstr "exportando: Non se puido crea-lo socket de retorno."
|
/ndk/sources/third_party/googletest/googletest/src/ |
D | gtest.cc | 3430 sockfd_ = socket( in MakeConnection()
|