HomeSort by: relevance | last modified time | path
    Searched defs:typenum (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ppp/dist/pppd/
peap.c 282 int typenum; local
324 GETCHAR(typenum, in_buf);
327 switch (typenum) {
eap.c 1314 eap_send_response(eap_state *esp, u_char id, u_char typenum,
1329 PUTCHAR(typenum, outp);
1671 u_char typenum; local
1722 GETCHAR(typenum, inp);
1725 switch (typenum) {
1742 eap_send_response(esp, id, typenum,
1756 eap_send_response(esp, id, typenum, (u_char *)esp->es_client.ea_name,
1763 eap_send_response(esp, id, typenum, NULL, 0);
1820 typenum = id;
1821 if (PPP_DigestUpdate(mdctx, &typenum, 1))
2331 u_char typenum; local
    [all...]

Completed in 16 milliseconds