Home
last modified time | relevance | path

Searched refs:getsockopt (Results 1 – 25 of 59) sorted by relevance

123

/external/clang/test/Analysis/
Dpr_4164.c17 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/
Dgetpeercon.c26 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/
Dgetpeercon.c26 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/
Dlibxt_set.h34 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/
Dnull_socket.c17 if (-1 != getsockopt(0, 0, 0, NULL, 0)) in main()
/external/openssh/
Droaming_common.c56 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()
Dcanohost.c167 if (getsockopt(sock, ipproto, IP_OPTIONS, options, in check_ip_options()
Daclocal.m4141 dnl types for the argument to getsockopt, getpeername, etc. So we
/external/openssh/openbsd-compat/
Dbsd-getpeereid.c33 if (getsockopt(s, SOL_SOCKET, SO_PEERCRED, &cred, &len) < 0) in getpeereid()
/external/boringssl/src/crypto/bio/
Dsocket_helper.c108 if (getsockopt(sock, SOL_SOCKET, SO_ERROR, (char *)&error, &error_size) < 0) { in bio_sock_error()
/external/valgrind/coregrind/
Dpub_core_libcfile.h75 extern Int VG_(getsockopt) ( Int sd, Int level, Int optname,
/external/libpcap/lbl/
Dos-sunos4.h103 int getsockopt(int, int, int, char *, int *);
/external/tcpdump/lbl/
Dos-sunos4.h103 int getsockopt(int, int, int, char *, int *);
/external/ipsec-tools/src/libipsec/
Dtest-policy.c187 if (getsockopt(so, proto, optname, getbuf, &len) < 0) {
/external/valgrind/memcheck/tests/darwin/
Dscalar.stderr.exp358 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/
Dunistd.in.h159 # undef getsockopt
160 # define getsockopt getsockopt_used_without_including_sys_socket_h
188 _GL_WARN_ON_USE (getsockopt,
/external/bison/linux-lib/
Dunistd.h471 # undef getsockopt
472 # define getsockopt getsockopt_used_without_including_sys_socket_h
500 _GL_WARN_ON_USE (getsockopt,
/external/bison/darwin-lib/
Dunistd.h471 # undef getsockopt
472 # define getsockopt getsockopt_used_without_including_sys_socket_h
500 _GL_WARN_ON_USE (getsockopt,
/external/strace/
Dsys_func.h85 extern SYS_FUNC(getsockopt);
/external/bison/m4/
Dsys_socket_h.m496 ]], [socket connect accept bind getpeername getsockname getsockopt
/external/libpcap/
Dpcap-linux.c1886 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/
Dmcstransd.c131 ret = getsockopt(fd, SOL_SOCKET, SO_PEERCRED, &peercred, &size); in get_peer_pid()
/external/iproute2/misc/
Drtacct.c418 if (getsockopt(fd, SOL_SOCKET, SO_PEERCRED, (void*)&cred, &olen) || in verify_forging()
Dnstat.c427 if (getsockopt(fd, SOL_SOCKET, SO_PEERCRED, (void*)&cred, &olen) || in verify_forging()
/external/wpa_supplicant_8/wpa_supplicant/
Dctrl_iface_unix.c105 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()

123