Home | History | Annotate | Download | only in racoon

Lines Matching refs:tolen

273                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 = sizeof(*sin);