Lines Matching defs:inp
339 u_char *inp;
347 inp = inpacket;
352 GETCHAR(code, inp);
353 GETCHAR(id, inp);
354 GETSHORT(len, inp);
367 upap_rauthreq(u, inp, id, len);
371 upap_rauthack(u, inp, id, len);
375 upap_rauthnak(u, inp, id, len);
389 upap_rauthreq(u, inp, id, len)
391 u_char *inp;
429 GETCHAR(ruserlen, inp);
435 ruser = (char *) inp;
436 INCPTR(ruserlen, inp);
437 GETCHAR(rpasswdlen, inp);
442 rpasswd = (char *) inp;
479 upap_rauthack(u, inp, id, len)
481 u_char *inp;
509 GETCHAR(msglen, inp);
516 msg = (char *) inp;
532 upap_rauthnak(u, inp, id, len)
534 u_char *inp;
562 GETCHAR(msglen, inp);
569 msg = (char *) inp;