Searched refs:lenstr (Results 1 - 1 of 1) sorted by relevance
/third_party/lwip/src/netif/ppp/ |
H A D | eap.c | 1015 static void eap_send_response(ppp_pcb *pcb, u_char id, u_char typenum, const u_char *str, int lenstr) { in eap_send_response() argument 1020 msglen = EAP_HEADERLEN + sizeof (u_char) + lenstr; in eap_send_response() 1038 if (lenstr > 0) { in eap_send_response() 1039 MEMCPY(outp, str, lenstr); in eap_send_response() 1087 eap_srp_response(esp, id, subtypenum, str, lenstr) in eap_srp_response() 1092 int lenstr; 1099 msglen = EAP_HEADERLEN + 2 * sizeof (u_char) + lenstr; 1118 if (lenstr > 0) { 1119 MEMCPY(outp, str, lenstr);
|
Completed in 3 milliseconds