Searched refs:tolen (Results 1 – 7 of 7) sorted by relevance
/external/ipsec-tools/src/racoon/ |
D | sockmisc.c | 273 socklen_t *fromlen, struct sockaddr *to, unsigned int *tolen) in recvfromto() argument 275 if (getsockname(s, to, (socklen_t *)tolen) == -1) { in recvfromto() 374 recvfromto(s, buf, buflen, flags, from, fromlen, to, tolen) in recvfromto() argument 382 u_int *tolen; 423 otolen = *tolen; 424 *tolen = 0; 438 *tolen = sizeof(*sin6); 464 *tolen = sizeof(*sin); 481 *tolen = sizeof(*sin6); 499 *tolen = sizeof(*sin);
|
/external/openssh/ |
D | packet.c | 372 socklen_t fromlen, tolen; in ssh_packet_connection_is_on_socket() local 382 tolen = sizeof(to); in ssh_packet_connection_is_on_socket() 385 &tolen) < 0) in ssh_packet_connection_is_on_socket() 387 if (fromlen != tolen || memcmp(&from, &to, fromlen) != 0) in ssh_packet_connection_is_on_socket() 407 socklen_t tolen = sizeof(to); in ssh_packet_connection_af() local 411 &tolen) < 0) in ssh_packet_connection_af()
|
/external/google-breakpad/src/third_party/lss/ |
D | linux_syscall_support.h | 3650 unsigned int tolen) { 3651 LSS_BODY(6, ssize_t, 11, s, buf, len, flags, to, tolen); 3675 unsigned int, tolen) in _syscall3() 3709 unsigned int tolen) { in LSS_NAME() 3710 return (ssize_t)LSS_NAME(socketcall)(11, s, buf, len, flags, to, tolen); in LSS_NAME()
|
/external/libxml2/ |
D | xmlreader.c | 5744 unsigned char *to, unsigned long *tolen) in xmlBase64Decode() argument 5770 if ((in == NULL) || (inlen == NULL) || (to == NULL) || (tolen == NULL)) in xmlBase64Decode() 5777 outmax = *tolen; in xmlBase64Decode() 5848 *tolen = outcur; in xmlBase64Decode()
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-tilegx-linux.c | 810 const struct sockaddr *, to, int, tolen); in PRE()
|
D | syswrap-darwin.c | 3625 const struct sockaddr *, to, int, tolen); in PRE()
|
D | syswrap-linux.c | 4339 const struct sockaddr *, to, int, tolen); in PRE()
|