Home
last modified time | relevance | path

Searched refs:lsocket (Results 1 – 25 of 34) sorted by relevance

12

/external/curl/docs/examples/
DMakefile.example45 LIBS = -lcurl -lsocket -lnsl -lssl -lcrypto
/external/ppp/pppd/
DMakefile.sol29 LIBS = -lsocket -lnsl
/external/iperf3/
Dconfigure.ac67 # Check for systems which need -lsocket and -lnsl
76 # On illumos we need -lsocket
/external/libsrtp2/
Dconfig.hw45 /* Define to 1 if you have the `socket' library (-lsocket). */
Dconfig.h_win32vc746 /* Define to 1 if you have the `socket' library (-lsocket). */
Dconfigure5233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for socket in -lsocket" >&5
5234 $as_echo_n "checking for socket in -lsocket... " >&6; }
5239 LIBS="-lsocket $LIBS"
5274 LIBS="-lsocket $LIBS"
/external/tcpdump/
Daclocal.m41089 dnl need to link with "-lsocket -lnsl". Under IRIX, they need to link
1090 dnl with "-lnsl" but should *not* link with "-lsocket" because
1096 dnl and mistakenly write tests that cause -lsocket to be used under
1130 LIBS="-lsocket -lnsl $LIBS", , -lnsl)
1133 AC_CHECK_LIB(socket, socket, LIBS="-lsocket -lnsl $LIBS", , -lnsl))
Dconfigure.in425 # libraries (e.g., "-lsocket -lnsl" on Solaris).
DCHANGES938 - Redo configuration of "network" libraries (-lsocket and -lnsl) to
1072 - Avoid using -lsocket in IRIX 5.2 and earlier since it breaks snoop.
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dconfigure.ac229 LIBS="$LIBS -lsocket"
239 LIBS="-lnsl -lsocket $LIBS"
Dacinclude.m41691 for tst_lib in '' '-lsocket' ; do
/external/wpa_supplicant_8/wpa_supplicant/
Dandroid.config68 #LIBS += -lsocket -ldlpi -lnsl
69 #LIBS_c += -lsocket
Ddefconfig89 #LIBS += -lsocket -ldlpi -lnsl
90 #LIBS_c += -lsocket
/external/webrtc/p2p/base/
Dport_unittest.cc1522 FakeAsyncPacketSocket* lsocket = new FakeAsyncPacketSocket(); in TEST_F() local
1526 socket_factory.set_next_server_tcp_socket(lsocket); in TEST_F()
1532 lsocket->set_state(AsyncPacketSocket::STATE_BINDING); in TEST_F()
1533 lsocket->SignalAddressReady(lsocket, kLocalAddr1); in TEST_F()
/external/tpm2-tss/
Dconfigure.ac41 LIBSOCKET_LDFLAGS="-lsocket"
/external/mtools/
Dconfig.h.in75 /* Define to 1 if you have the `socket' library (-lsocket). */
/external/libpcap/
Daclocal.m4958 LIBS="-lsocket -lnsl $LIBS"
986 ], , -lsocket -lnsl)
/external/e2fsprogs/
Dconfigure.ac1197 dnl Check to see if -lsocket is required (solaris) to make something
1201 AC_CHECK_LIB(socket, socket, [SOCKET_LIB=-lsocket])
Dconfigure13217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for socket in -lsocket" >&5
13218 $as_echo_n "checking for socket in -lsocket... " >&6; }
13223 LIBS="-lsocket $LIBS"
/external/curl/lib/
Dcurl_config.h.cmake407 /* Define to 1 if you have the `socket' library (-lsocket). */
/external/libwebsockets/READMEs/
DREADME.build.md125 $ cmake .. -DCMAKE_C_FLAGS=-m64 -DCMAKE_EXE_LINKER_FLAGS="-lsocket -lnsl"
/external/jemalloc_new/
Dconfigure.ac632 JE_APPEND_VS(LIBS, -lposix4 -lsocket -lnsl)
/external/curl/
Dacinclude.m41745 for tst_lib in '' '-lsocket' ; do
Dconfigure.ac734 LIBS="-lsocket $LIBS"
755 LIBS="-lnsl -lsocket $LIBS"
/external/python/cpython2/
Dconfigure.ac2461 # Most SVR4 platforms (e.g. Solaris) need -lsocket and -lnsl.
2464 AC_CHECK_LIB(socket, socket, [LIBS="-lsocket $LIBS"], [], $LIBS) # SVR4 sockets

12