Searched refs:tolen (Results 1 - 12 of 12) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Dsockmisc.c273 socklen_t *fromlen, struct sockaddr *to, unsigned int *tolen)
275 if (getsockname(s, to, (socklen_t *)tolen) == -1) {
374 recvfromto(s, buf, buflen, flags, from, fromlen, to, tolen)
382 u_int *tolen;
423 otolen = *tolen;
424 *tolen = 0;
438 *tolen = sizeof(*sin6);
464 *tolen = sizeof(*sin);
481 *tolen = sizeof(*sin6);
499 *tolen
272 recvfromto(int s, void *buf, size_t len, int flags, struct sockaddr *from, socklen_t *fromlen, struct sockaddr *to, unsigned int *tolen) argument
[all...]
/external/kernel-headers/original/linux/
H A Dnfs_xdr.h321 unsigned int tolen; member in struct:nfs_renameargs
355 unsigned int tolen; member in struct:nfs_linkargs
363 unsigned int tolen; member in struct:nfs_symlinkargs
439 unsigned int tolen; member in struct:nfs3_symlinkargs
458 unsigned int tolen; member in struct:nfs3_renameargs
465 unsigned int tolen; member in struct:nfs3_linkargs
/external/quake/quake/src/QW/client/
H A Dwinquake.h106 const struct sockaddr FAR *to, int tolen);
/external/quake/quake/src/WinQuake/
H A Dwinquake.h107 const struct sockaddr FAR *to, int tolen);
H A Dmplpc.cpp777 sendto(SOCKET s, const char *buf, int len, int flags, const struct sockaddr *to, int tolen) argument
816 fmemcpyto(&data->addr, to, tolen);
817 FARPOKL(&data->addrlen, tolen);
H A Dnet_wins.cpp48 const struct sockaddr FAR *to, int tolen);
H A Dmpdosock.h729 const struct sockaddr FAR *to, int tolen);
/external/openssh/
H A Dpacket.c294 socklen_t fromlen, tolen; local
304 tolen = sizeof(to);
307 &tolen) < 0)
309 if (fromlen != tolen || memcmp(&from, &to, fromlen) != 0)
429 socklen_t tolen = sizeof(to); local
433 &tolen) < 0)
/external/libxml2/
H A Dxmlreader.c5568 * @tolen: the size of the output (in), the size written to (out)
5578 unsigned char *to, unsigned long *tolen)
5604 if ((in == NULL) || (inlen == NULL) || (to == NULL) || (tolen == NULL))
5611 outmax = *tolen;
5682 *tolen = outcur;
5577 xmlBase64Decode(const unsigned char *in, unsigned long *inlen, unsigned char *to, unsigned long *tolen) argument
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-amd64-linux.c724 const struct sockaddr *, to, int, tolen);
H A Dsyswrap-arm-linux.c397 const struct sockaddr *to, int tolen); */
676 const struct sockaddr *, to, int, tolen);
H A Dsyswrap-darwin.c3044 const struct sockaddr *, to, int, tolen);

Completed in 2488 milliseconds