Home | History | Annotate | Download | only in radius

Lines Matching refs:total_length

36     int             total_length = 0;
70 total_length += length+8;
80 total_length += length+8;
124 total_length += padded_length + 2;
151 total_length += CHAP_VALUE_LENGTH + 2;
162 total_length += length + 2;
171 total_length += sizeof (UINT4) + 2;
182 return total_length;
205 int total_length;
268 total_length = rc_pack_list(data->send_pairs, secret, auth) + AUTH_HDR_LEN;
270 auth->length = htons ((unsigned short) total_length);
274 memcpy ((char *) auth + total_length, secret, secretlen);
275 rc_md5_calc (vector, (char *) auth, total_length + secretlen);
283 total_length = rc_pack_list(data->send_pairs, secret, auth) + AUTH_HDR_LEN;
285 auth->length = htons ((unsigned short) total_length);
296 sendto (sockfd, (char *) auth, (unsigned int) total_length, (int) 0,