Searched refs:socklen_t (Results 1 - 25 of 282) sorted by relevance

1234567891011>>

/external/openssh/
H A Dsshlogin.h16 const char *, struct sockaddr *, socklen_t);
22 struct sockaddr *, socklen_t);
H A Dcanohost.h29 void ipv64_normalise_mapped(struct sockaddr_storage *, socklen_t *);
/external/wpa_supplicant_8/hostapd/src/common/
H A Dctrl_iface_common.h23 socklen_t addrlen;
29 socklen_t socklen);
32 socklen_t fromlen);
34 socklen_t fromlen);
36 socklen_t fromlen, const char *level);
H A Dctrl_iface_common.c17 static int sockaddr_compare(struct sockaddr_storage *a, socklen_t a_len,
18 struct sockaddr_storage *b, socklen_t b_len)
78 socklen_t socklen)
117 socklen_t fromlen)
135 socklen_t fromlen)
155 socklen_t fromlen, const char *level)
/external/wpa_supplicant_8/src/common/
H A Dctrl_iface_common.h23 socklen_t addrlen;
29 socklen_t socklen);
32 socklen_t fromlen);
34 socklen_t fromlen);
36 socklen_t fromlen, const char *level);
H A Dctrl_iface_common.c17 static int sockaddr_compare(struct sockaddr_storage *a, socklen_t a_len,
18 struct sockaddr_storage *b, socklen_t b_len)
78 socklen_t socklen)
117 socklen_t fromlen)
135 socklen_t fromlen)
155 socklen_t fromlen, const char *level)
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dctrl_iface_common.h23 socklen_t addrlen;
29 socklen_t socklen);
32 socklen_t fromlen);
34 socklen_t fromlen);
36 socklen_t fromlen, const char *level);
H A Dctrl_iface_common.c17 static int sockaddr_compare(struct sockaddr_storage *a, socklen_t a_len,
18 struct sockaddr_storage *b, socklen_t b_len)
78 socklen_t socklen)
117 socklen_t fromlen)
135 socklen_t fromlen)
155 socklen_t fromlen, const char *level)
/external/clang/test/Analysis/
H A Dpr_4164.c16 typedef __darwin_socklen_t socklen_t; typedef
17 int getsockopt(int, int, int, void * restrict, socklen_t * restrict);
22 socklen_t size_len = sizeof(size);
H A Dcasts.c13 typedef __darwin_socklen_t socklen_t; typedef
22 socklen_t addrlen = sizeof(storage);
/external/fio/os/windows/posix/include/arpa/
H A Dinet.h7 typedef int socklen_t; typedef
16 char *restrict dst, socklen_t size);
/external/boringssl/src/crypto/bio/
H A Dinternal.h70 typedef int socklen_t; typedef
83 socklen_t *out_addr_length,
H A Dsocket_helper.c40 socklen_t *out_addr_length,
107 socklen_t error_size = sizeof(error);
/external/libmicrohttpd/doc/chapters/
H A Dexploringrequests.inc98 socklen_t addrlen)
/external/c-ares/
H A Dares_build.h168 # define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
181 # define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
194 # define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
226 # define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
/external/libmicrohttpd/src/microspdy/
H A Dio_raw.c76 ret = setsockopt(session->socket_fd, IPPROTO_TCP, TCP_NODELAY, &val, (socklen_t)sizeof(val));
168 ret = setsockopt(session->socket_fd, IPPROTO_TCP, TCP_CORK, &val, (socklen_t)sizeof(val));
187 ret = setsockopt(session->socket_fd, IPPROTO_TCP, TCP_CORK, &val, (socklen_t)sizeof(val));
/external/netperf/src/missing/
H A Dgetaddrinfo.h215 socklen_t ai_addrlen;
229 int getnameinfo(const struct sockaddr *, socklen_t, char *,
230 socklen_t, char *, socklen_t, int);
/external/avahi/docs/
H A Dsocket-auto-port.c13 socklen_t salen;
/external/libnl/include/netlink/
H A Daddr.h44 struct sockaddr *, socklen_t *);
/external/libselinux/src/
H A Dgetpeercon.c17 socklen_t size;
/external/libxml2/os400/
H A Dwrappers.h40 const void * src, char * dst, socklen_t size);
/external/openssh/openbsd-compat/
H A Dbsd-getpeereid.c31 socklen_t len = sizeof(cred);
/external/webrtc/webrtc/base/
H A Dbasictypes.h53 typedef int socklen_t; typedef
H A Dnethelpers.h59 const char* inet_ntop(int af, const void *src, char* dst, socklen_t size);
/external/libmicrohttpd/src/microhttpd/
H A Dtest_daemon.c50 apc_nothing (void *cls, const struct sockaddr *addr, socklen_t addrlen)
56 apc_all (void *cls, const struct sockaddr *addr, socklen_t addrlen)

Completed in 328 milliseconds

1234567891011>>