Home
last modified time | relevance | path

Searched refs:tolen (Results 1 – 8 of 8) sorted by relevance

/external/ipsec-tools/src/racoon/
Dsockmisc.c273 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/google-breakpad/src/third_party/lss/
Dlinux_syscall_support.h3650 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/
Dxmlreader.c5762 unsigned char *to, unsigned long *tolen) in xmlBase64Decode() argument
5788 if ((in == NULL) || (inlen == NULL) || (to == NULL) || (tolen == NULL)) in xmlBase64Decode()
5795 outmax = *tolen; in xmlBase64Decode()
5866 *tolen = outcur; in xmlBase64Decode()
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-tilegx-linux.c812 const struct sockaddr *, to, int, tolen); in PRE()
Dsyswrap-darwin.c3718 const struct sockaddr *, to, int, tolen); in PRE()
Dsyswrap-solaris.c10019 int, flags, const struct sockaddr *, to, int, tolen);
Dsyswrap-linux.c4351 const struct sockaddr *, to, int, tolen); in PRE()
/external/valgrind/memcheck/tests/solaris/
Dscalar.stderr.exp5204 Syscall param sendto(tolen) contains uninitialised byte(s)