Home | History | Annotate | Download | only in racoon

Lines Matching refs:tolen

162                socklen_t *fromlen, struct sockaddr *to, unsigned int *tolen)
164 if (getsockname(s, to, (socklen_t *)tolen) == -1) {
263 recvfromto(s, buf, buflen, flags, from, fromlen, to, tolen)
271 u_int *tolen;
313 otolen = *tolen;
314 *tolen = 0;
328 *tolen = sizeof(*sin6);
353 *tolen = sizeof(*sin);
369 *tolen = sizeof(*sin6);
386 *tolen = sizeof(*sin);