/external/clang/test/Analysis/ |
D | pr_4164.c | 17 int getsockopt(int, int, int, void * restrict, socklen_t * restrict); 23 if (getsockopt(s, 0xffff, 0x1001, (char *)&size, &size_len) < 0) in test1()
|
/external/libselinux/src/ |
D | getpeercon.c | 26 ret = getsockopt(fd, SOL_SOCKET, SO_PEERSEC, buf, &size); in getpeercon() 36 ret = getsockopt(fd, SOL_SOCKET, SO_PEERSEC, buf, &size); in getpeercon()
|
/external/selinux/libselinux/src/ |
D | getpeercon.c | 26 ret = getsockopt(fd, SOL_SOCKET, SO_PEERSEC, buf, &size); in getpeercon_raw() 36 ret = getsockopt(fd, SOL_SOCKET, SO_PEERSEC, buf, &size); in getpeercon_raw()
|
/external/iptables/extensions/ |
D | libxt_set.h | 34 res = getsockopt(sockfd, SOL_IP, SO_IP_SET, &req_version, &size); in get_version() 54 res = getsockopt(sockfd, SOL_IP, SO_IP_SET, &req, &size); in get_set_byid() 84 res = getsockopt(sockfd, SOL_IP, SO_IP_SET, &req, &size); in get_set_byname()
|
/external/valgrind/memcheck/tests/ |
D | null_socket.c | 17 if (-1 != getsockopt(0, 0, 0, NULL, 0)) in main()
|
/external/openssh/ |
D | roaming_common.c | 56 if (getsockopt(fd, SOL_SOCKET, SO_SNDBUF, &optval, &optvallen) != 0) in get_snd_buf_size() 68 if (getsockopt(fd, SOL_SOCKET, SO_RCVBUF, &optval, &optvallen) != 0) in get_recv_buf_size()
|
D | canohost.c | 167 if (getsockopt(sock, ipproto, IP_OPTIONS, options, in check_ip_options()
|
D | aclocal.m4 | 141 dnl types for the argument to getsockopt, getpeername, etc. So we
|
/external/openssh/openbsd-compat/ |
D | bsd-getpeereid.c | 33 if (getsockopt(s, SOL_SOCKET, SO_PEERCRED, &cred, &len) < 0) in getpeereid()
|
/external/boringssl/src/crypto/bio/ |
D | socket_helper.c | 108 if (getsockopt(sock, SOL_SOCKET, SO_ERROR, (char *)&error, &error_size) < 0) { in bio_sock_error()
|
/external/valgrind/coregrind/ |
D | pub_core_libcfile.h | 75 extern Int VG_(getsockopt) ( Int sd, Int level, Int optname,
|
/external/libpcap/lbl/ |
D | os-sunos4.h | 103 int getsockopt(int, int, int, char *, int *);
|
/external/tcpdump/lbl/ |
D | os-sunos4.h | 103 int getsockopt(int, int, int, char *, int *);
|
/external/ipsec-tools/src/libipsec/ |
D | test-policy.c | 187 if (getsockopt(so, proto, optname, getbuf, &len) < 0) {
|
/external/valgrind/memcheck/tests/darwin/ |
D | scalar.stderr.exp | 358 Syscall param getsockopt(s) contains uninitialised byte(s) 361 Syscall param getsockopt(level) contains uninitialised byte(s) 364 Syscall param getsockopt(optname) contains uninitialised byte(s) 367 Syscall param getsockopt(optval) contains uninitialised byte(s) 370 Syscall param getsockopt(optlen) contains uninitialised byte(s)
|
/external/bison/lib/ |
D | unistd.in.h | 159 # undef getsockopt 160 # define getsockopt getsockopt_used_without_including_sys_socket_h 188 _GL_WARN_ON_USE (getsockopt,
|
/external/bison/linux-lib/ |
D | unistd.h | 471 # undef getsockopt 472 # define getsockopt getsockopt_used_without_including_sys_socket_h 500 _GL_WARN_ON_USE (getsockopt,
|
/external/bison/darwin-lib/ |
D | unistd.h | 471 # undef getsockopt 472 # define getsockopt getsockopt_used_without_including_sys_socket_h 500 _GL_WARN_ON_USE (getsockopt,
|
/external/strace/ |
D | sys_func.h | 85 extern SYS_FUNC(getsockopt);
|
/external/bison/m4/ |
D | sys_socket_h.m4 | 96 ]], [socket connect accept bind getpeername getsockname getsockopt
|
/external/libpcap/ |
D | pcap-linux.c | 1886 if (getsockopt(handle->fd, SOL_PACKET, PACKET_STATISTICS, 3459 if (getsockopt(handle->fd, SOL_PACKET, PACKET_HDRLEN, &val, &len) < 0) { 3651 if (getsockopt(handle->fd, SOL_SOCKET, SO_TYPE, &sk_type, 3660 if (getsockopt(handle->fd, SOL_PACKET, PACKET_RESERVE, 4700 if (getsockopt(fd, SOL_SOCKET, SO_ERROR, &err, &errlen) == -1) { 5767 if (getsockopt(fd, SOL_SOCKET, SO_ERROR, &err, &errlen) == -1) {
|
/external/selinux/policycoreutils/mcstrans/src/ |
D | mcstransd.c | 131 ret = getsockopt(fd, SOL_SOCKET, SO_PEERCRED, &peercred, &size); in get_peer_pid()
|
/external/iproute2/misc/ |
D | rtacct.c | 418 if (getsockopt(fd, SOL_SOCKET, SO_PEERCRED, (void*)&cred, &olen) || in verify_forging()
|
D | nstat.c | 427 if (getsockopt(fd, SOL_SOCKET, SO_PEERCRED, (void*)&cred, &olen) || in verify_forging()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ctrl_iface_unix.c | 105 if (getsockopt(sock, SOL_SOCKET, SO_SNDBUF, &sndbuf, &optlen) < 0) in wpas_ctrl_sock_debug() 358 if (getsockopt(sock, SOL_SOCKET, SO_SNDBUF, &sndbuf, &optlen) < 0 || in wpas_ctrl_iface_throttle()
|