HomeSort by relevance Sort by last modified time
    Searched full:getsockopt (Results 176 - 200 of 397) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libpulse.so.0.4.1 
  /external/bison/lib/
unistd.in.h 159 # undef getsockopt
160 # define getsockopt getsockopt_used_without_including_sys_socket_h
188 _GL_WARN_ON_USE (getsockopt,
189 "getsockopt() used without including <sys/socket.h>");
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io_test/
socket_test.cc 115 TEST_F(SocketTest, Getsockopt) {
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common_interceptors.inc     [all...]
  /external/ipsec-tools/src/libipsec/
test-policy.c 187 if (getsockopt(so, proto, optname, getbuf, &len) < 0) {
  /external/libppp/src/
udp.c 289 if (getsockopt(p->fd, SOL_SOCKET, SO_TYPE, &type, &sz) == -1) {
  /external/openssh/
canohost.c 173 if (getsockopt(sock, ipproto, IP_OPTIONS, options,
misc.c 143 if (getsockopt(fd, IPPROTO_TCP, TCP_NODELAY, &opt, &optlen) == -1) {
144 debug("getsockopt TCP_NODELAY: %.100s", strerror(errno));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
socket.h 186 extern int getsockopt (int __fd, int __level, int __optname,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
socket.h 186 extern int getsockopt (int __fd, int __level, int __optname,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
socket.h 186 extern int getsockopt (int __fd, int __level, int __optname,
  /bionic/libc/
SYSCALLS.TXT 254 int getsockopt(int, int, int, void *, socklen_t *) 1,-1,1
271 int getsockopt:socketcall:15(int, int, int, void *, socklen_t *) -1,1,-1
  /external/chromium_org/net/socket/
tcp_client_socket_libevent.cc 658 if (getsockopt(socket_, SOL_SOCKET, SO_ERROR, &os_error, &len) < 0)
777 getsockopt(socket_, IPPROTO_TCP, TCP_INFO, &info, &info_len) == 0 &&
  /external/strace/
NEWS 16 * Implemented decoding of struct ucred in getsockopt SO_PEERCRED.
80 * Corrected getsockopt decoding on architectures where
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
socket.py 44 the setsockopt() and getsockopt() methods.
152 'getpeername', 'getsockname', 'getsockopt', 'setsockopt',
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_asyncore.py 699 self.assertFalse(s.socket.getsockopt(socket.SOL_SOCKET,
703 self.assertTrue(s.socket.getsockopt(socket.SOL_SOCKET,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
socket.py 44 the setsockopt() and getsockopt() methods.
152 'getpeername', 'getsockname', 'getsockopt', 'setsockopt',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_asyncore.py 699 self.assertFalse(s.socket.getsockopt(socket.SOL_SOCKET,
703 self.assertTrue(s.socket.getsockopt(socket.SOL_SOCKET,
  /external/chromium_org/third_party/libxml/src/
configure.in 511 (void)getsockopt (1, 1, 1, NULL, (socklen_t *)NULL)],[
518 (void)getsockopt (1, 1, 1, NULL, (size_t *)NULL)],[
525 (void)getsockopt (1, 1, 1, NULL, (int *)NULL)],[
    [all...]
  /bionic/libc/arch-arm/
syscalls.mk 172 syscall_src += arch-arm/syscalls/getsockopt.S
  /bionic/libc/arch-mips/
syscalls.mk 175 syscall_src += arch-mips/syscalls/getsockopt.S
  /bionic/libc/arch-x86/
syscalls.mk 176 syscall_src += arch-x86/syscalls/getsockopt.S
  /external/bison/darwin-lib/
unistd.h 471 # undef getsockopt
472 # define getsockopt getsockopt_used_without_including_sys_socket_h
500 _GL_WARN_ON_USE (getsockopt,
501 "getsockopt() used without including <sys/socket.h>");
    [all...]
  /external/bison/linux-lib/
unistd.h 471 # undef getsockopt
472 # define getsockopt getsockopt_used_without_including_sys_socket_h
500 _GL_WARN_ON_USE (getsockopt,
501 "getsockopt() used without including <sys/socket.h>");
    [all...]
  /external/chromium/net/base/
nss_memio.c 284 * translate to a getsockopt() call

Completed in 1326 milliseconds

1 2 3 4 5 6 78 91011>>