Searched refs:typenum (Results 1 - 1 of 1) sorted by relevance

/seL4-camkes-master/projects/lwip/src/netif/ppp/
H A Deap.c1015 static void eap_send_response(ppp_pcb *pcb, u_char id, u_char typenum, const u_char *str, int lenstr) { argument
1037 PUTCHAR(typenum, outp);
1312 u_char typenum; local
1350 GETCHAR(typenum, inp);
1353 switch (typenum) {
1370 eap_send_response(pcb, id, typenum,
1384 eap_send_response(pcb, id, typenum, (const u_char*)pcb->eap.es_client.ea_name,
1391 eap_send_response(pcb, id, typenum, NULL, 0);
1448 typenum = id;
1449 lwip_md5_update(&mdContext, &typenum,
1726 u_char typenum; local
[all...]

Completed in 30 milliseconds