Home
last modified time | relevance | path

Searched refs:socket (Results 1 – 16 of 16) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/m4/
Dstrerror.m460 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/
Dacinclude.m451 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)])])
Dconfig.ami262 /* Define if you have the socket function. */
Dconfigure8706 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]'`
Dconfig.h-vms288 /* Define if you have the socket function. */
Dconfig.h.in205 /* Define to 1 if you have the `socket' function. */
Dconfig.h.W32207 /* Define to 1 if you have the `socket' function. */
/ndk/sources/android/crazy_linker/tests/
Dtest_util.h254 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/
Dunistd.in.h53 # undef socket
54 # define socket socket_used_without_including_sys_socket_h macro
/ndk/
Dndk-gdb730 DEBUG_SOCKET=debug-socket
/ndk/sources/host-tools/make-3.81/autom4te.cache/
Doutput.08706 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 …]
Dtraces.0924 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/
Dconfig_h.in491 /* Define to 1 if you have the <sys/socket.h> header file. */
Dconfigure2160 ac_header_list="$ac_header_list sys/socket.h"
/ndk/sources/host-tools/make-3.81/po/
Dgl.po2212 #~ 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/
Dgtest.cc3430 sockfd_ = socket( in MakeConnection()