HomeSort by relevance Sort by last modified time
    Searched refs:AUTH_HDR_LEN (Results 1 - 3 of 3) sorted by null

  /external/ppp/pppd/plugins/radius/
sendserver.c 268 total_length = rc_pack_list(data->send_pairs, secret, auth) + AUTH_HDR_LEN;
283 total_length = rc_pack_list(data->send_pairs, secret, auth) + AUTH_HDR_LEN;
radiusclient.h 69 #define AUTH_HDR_LEN 20
avpair.c 171 length = ntohs ((unsigned short) auth->length) - AUTH_HDR_LEN;

Completed in 64 milliseconds