HomeSort by relevance Sort by last modified time
    Searched full:lsocket (Results 1 - 25 of 42) sorted by null

1 2

  /external/openssl/crypto/threads/
profile.sh 3 cc -p -DSOLARIS -I../../include -g mttest.c -o mttest -L/usr/lib/libc -ldl -L../.. -lthread -lssl -lcrypto -lnsl -lsocket
purify.sh 3 purify cc -DSOLARIS -I../../include -g mttest.c -o mttest -L../.. -lthread -lssl -lcrypto -lnsl -lsocket
solaris.sh 3 cc -DSOLARIS -I../../include -g mttest.c -o mttest -L../.. -lthread -lssl -lcrypto -lnsl -lsocket
  /frameworks/base/cmds/installd/
installd.c 366 int lsocket, s, count; local
378 lsocket = android_get_control_socket(SOCKET_PATH);
379 if (lsocket < 0) {
383 if (listen(lsocket, 5)) {
387 fcntl(lsocket, F_SETFD, FD_CLOEXEC);
391 s = accept(lsocket, &addr, &alen);
  /external/ppp/pppd/
Makefile.sol2 9 LIBS = -lsocket -lnsl
  /ndk/sources/host-tools/make-3.81/
acinclude.m4 38 dnl -lresolv -lsocket -lnsl
39 dnl -lnsl -lsocket
40 dnl -lsocket
53 # FIXME: sequent needs this library (i.e., -lsocket -linet -lnsl), but
  /external/dnsmasq/
Makefile 35 SUNOS_LIBS= `if uname | grep SunOS 2>&1 >/dev/null; then echo -lsocket -lnsl -lposix4; fi`
  /external/libpcap/
aclocal.m4 798 dnl need to link with "-lsocket -lnsl". Under IRIX, they need to link
799 dnl with "-lnsl" but should *not* link with "-lsocket" because
805 dnl and mistakenly write tests that cause -lsocket to be used under
839 LIBS="-lsocket -lnsl $LIBS", , -lnsl)
842 AC_CHECK_LIB(socket, socket, LIBS="-lsocket -lnsl $LIBS", , -lnsl))
  /external/quake/quake/src/QW/
Makefile.Solaris 28 LDFLAGS=-lm -lsocket -lnsl
  /external/srtp/
config.h_win32vc7 49 /* Define to 1 if you have the `socket' library (-lsocket). */
config.hw 50 /* Define to 1 if you have the `socket' library (-lsocket). */
config_in.h 45 /* Define to 1 if you have the `socket' library (-lsocket). */
  /external/srtp/crypto/include/
config.h 46 /* Define to 1 if you have the `socket' library (-lsocket). */
  /external/quake/quake/src/WinQuake/
Makefile.Solaris 27 LDFLAGS=-R /usr/openwin/lib -L /usr/openwin/lib -lm -lX11 -lXext -lsocket -lnsl -lthread -ldl
28 XIL_LDFLAGS=-L /opt/SUNWits/Graphics-sw/xil/lib -R /opt/SUNWits/Graphics-sw/xil/lib:/usr/openwin/lib -L /usr/openwin/lib -lm -lxil -lX11 -lXext -lsocket -lnsl -lthread -ldl
  /external/chromium/third_party/libevent/android/
config.h 75 /* Define to 1 if you have the `socket' library (-lsocket). */
event-config.h 80 /* Define to 1 if you have the `socket' library (-lsocket). */
  /external/chromium/third_party/libevent/
config.h.in 72 /* Define to 1 if you have the `socket' library (-lsocket). */
  /external/chromium/third_party/libevent/linux/
config.h 73 /* Define to 1 if you have the `socket' library (-lsocket). */
event-config.h 80 /* Define to 1 if you have the `socket' library (-lsocket). */
  /external/chromium/third_party/libevent/mac/
config.h 73 /* Define to 1 if you have the `socket' library (-lsocket). */
event-config.h 80 /* Define to 1 if you have the `socket' library (-lsocket). */
  /external/dbus/
config.h 151 /* Define to 1 if you have the `socket' library (-lsocket). */
  /external/tcpdump/
aclocal.m4 842 dnl need to link with "-lsocket -lnsl". Under IRIX, they need to link
843 dnl with "-lnsl" but should *not* link with "-lsocket" because
849 dnl and mistakenly write tests that cause -lsocket to be used under
883 LIBS="-lsocket -lnsl $LIBS", , -lnsl)
886 AC_CHECK_LIB(socket, socket, LIBS="-lsocket -lnsl $LIBS", , -lnsl))
    [all...]
  /external/netperf/
config.h 93 /* Define to 1 if you have the `socket' library (-lsocket). */
  /external/wpa_supplicant_8/wpa_supplicant/
defconfig 127 #LIBS += -lsocket -ldlpi -lnsl
128 #LIBS_c += -lsocket

Completed in 1299 milliseconds

1 2