Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/
Dsockmisc.c274 socklen_t *fromlen, struct sockaddr *to, unsigned int *tolen) in recvfromto() argument
276 *tolen = sizeof(struct sockaddr_storage); in recvfromto()
277 if (getsockname(s, to, (socklen_t *)tolen) == -1) { in recvfromto()
286 socklen_t tolen = sysdep_sa_len(to); in sendfromto() local
289 if (sendto(s, buf, len, 0, to, tolen) == -1) { in sendfromto()
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);
[all …]
/external/libxml2/
Dxmlreader.c5538 unsigned char *to, unsigned long *tolen) { in xmlBase64Decode() argument
5552 if ((in == NULL) || (inlen == NULL) || (to == NULL) || (tolen == NULL)) in xmlBase64Decode()
5559 outmax = *tolen; in xmlBase64Decode()
5629 *tolen = outcur; in xmlBase64Decode()