Home | History | Annotate | Download | only in tcpdump

Lines Matching full:auth

193 	"Auth-Prot",		/* (3) */
214 "LCP-Auth-Opt", /* (24) */
329 /* Auth Algorithms */
354 #define CALLBACK_AUTH 0 /* Location determined by user auth */
393 { PAP_AREQ, "Auth-Req" },
394 { PAP_AACK, "Auth-ACK" },
395 { PAP_ANAK, "Auth-NACK" },
647 printf("%s", tok2str(ppptype2str,"Unknown Auth Proto (0x04x)",EXTRACT_16BITS(p+2)));
652 printf(", %s",tok2str(authalg_values,"Unknown Auth Alg %u",p[4]));