Home
last modified time | relevance | path

Searched refs:lenstr (Results 1 – 1 of 1) sorted by relevance

/external/ppp/pppd/
Deap.c1042 eap_send_response(esp, id, typenum, str, lenstr) in eap_send_response() argument
1047 int lenstr;
1059 msglen = EAP_HEADERLEN + sizeof (u_char) + lenstr;
1062 if (lenstr > 0) {
1063 BCOPY(str, outp, lenstr);
1109 eap_srp_response(esp, id, subtypenum, str, lenstr) in eap_srp_response() argument
1114 int lenstr;
1126 msglen = EAP_HEADERLEN + 2 * sizeof (u_char) + lenstr;
1130 if (lenstr > 0) {
1131 BCOPY(str, outp, lenstr);