Home | History | Annotate | Download | only in racoon

Lines Matching full:tlen

129 	size_t tlen;
146 tlen = sizeof(*attr) +
151 if ((buffer = vmalloc(tlen)) == NULL) {
157 memset(attr, 0, tlen);
159 attr->h.len = htons(tlen);
419 size_t tlen;
421 tlen = sizeof(*attr) +
424 if ((buffer = vmalloc(tlen)) == NULL) {
430 memset(attr, 0, tlen);
432 attr->h.len = htons(tlen);