Searched refs:lsocket (Results 1 – 25 of 34) sorted by relevance
12
/external/curl/docs/examples/ |
D | Makefile.example | 45 LIBS = -lcurl -lsocket -lnsl -lssl -lcrypto
|
/external/ppp/pppd/ |
D | Makefile.sol2 | 9 LIBS = -lsocket -lnsl
|
/external/iperf3/ |
D | configure.ac | 67 # Check for systems which need -lsocket and -lnsl 76 # On illumos we need -lsocket
|
/external/libsrtp2/ |
D | config.hw | 45 /* Define to 1 if you have the `socket' library (-lsocket). */
|
D | config.h_win32vc7 | 46 /* Define to 1 if you have the `socket' library (-lsocket). */
|
D | configure | 5233 { $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/ |
D | aclocal.m4 | 1089 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))
|
D | configure.in | 425 # libraries (e.g., "-lsocket -lnsl" on Solaris).
|
D | CHANGES | 938 - 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/ |
D | configure.ac | 229 LIBS="$LIBS -lsocket" 239 LIBS="-lnsl -lsocket $LIBS"
|
D | acinclude.m4 | 1691 for tst_lib in '' '-lsocket' ; do
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | android.config | 68 #LIBS += -lsocket -ldlpi -lnsl 69 #LIBS_c += -lsocket
|
D | defconfig | 89 #LIBS += -lsocket -ldlpi -lnsl 90 #LIBS_c += -lsocket
|
/external/webrtc/p2p/base/ |
D | port_unittest.cc | 1522 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/ |
D | configure.ac | 41 LIBSOCKET_LDFLAGS="-lsocket"
|
/external/mtools/ |
D | config.h.in | 75 /* Define to 1 if you have the `socket' library (-lsocket). */
|
/external/libpcap/ |
D | aclocal.m4 | 958 LIBS="-lsocket -lnsl $LIBS" 986 ], , -lsocket -lnsl)
|
/external/e2fsprogs/ |
D | configure.ac | 1197 dnl Check to see if -lsocket is required (solaris) to make something 1201 AC_CHECK_LIB(socket, socket, [SOCKET_LIB=-lsocket])
|
D | configure | 13217 { $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/ |
D | curl_config.h.cmake | 407 /* Define to 1 if you have the `socket' library (-lsocket). */
|
/external/libwebsockets/READMEs/ |
D | README.build.md | 125 $ cmake .. -DCMAKE_C_FLAGS=-m64 -DCMAKE_EXE_LINKER_FLAGS="-lsocket -lnsl"
|
/external/jemalloc_new/ |
D | configure.ac | 632 JE_APPEND_VS(LIBS, -lposix4 -lsocket -lnsl)
|
/external/curl/ |
D | acinclude.m4 | 1745 for tst_lib in '' '-lsocket' ; do
|
D | configure.ac | 734 LIBS="-lsocket $LIBS" 755 LIBS="-lnsl -lsocket $LIBS"
|
/external/python/cpython2/ |
D | configure.ac | 2461 # Most SVR4 platforms (e.g. Solaris) need -lsocket and -lnsl. 2464 AC_CHECK_LIB(socket, socket, [LIBS="-lsocket $LIBS"], [], $LIBS) # SVR4 sockets
|
12