Home | History | Annotate | Download | only in pppd

Lines Matching defs:inp

319     u_char *inp;
327 inp = inpacket;
332 GETCHAR(code, inp);
333 GETCHAR(id, inp);
334 GETSHORT(len, inp);
350 upap_rauthreq(u, inp, id, len);
354 upap_rauthack(u, inp, id, len);
358 upap_rauthnak(u, inp, id, len);
371 upap_rauthreq(u, inp, id, len)
373 u_char *inp;
407 GETCHAR(ruserlen, inp);
413 ruser = (char *) inp;
414 INCPTR(ruserlen, inp);
415 GETCHAR(rpasswdlen, inp);
420 rpasswd = (char *) inp;
469 upap_rauthack(u, inp, id, len)
471 u_char *inp;
487 GETCHAR(msglen, inp);
494 msg = (char *) inp;
510 upap_rauthnak(u, inp, id, len)
512 u_char *inp;
528 GETCHAR(msglen, inp);
535 msg = (char *) inp;