Lines Matching defs:inp
374 u_char *inp;
382 inp = inpacket;
388 GETCHAR(code, inp);
389 GETCHAR(id, inp);
390 GETSHORT(len, inp);
403 ChapReceiveChallenge(cstate, inp, id, len);
407 ChapReceiveResponse(cstate, inp, id, len);
411 ChapReceiveFailure(cstate, inp, id, len);
415 ChapReceiveSuccess(cstate, inp, id, len);
430 ChapReceiveChallenge(cstate, inp, id, len)
432 u_char *inp;
458 GETCHAR(rchallenge_len, inp);
464 rchallenge = inp;
465 INCPTR(rchallenge_len, inp);
470 BCOPY(inp, rhostname, len);
569 ChapReceiveResponse(cstate, inp, id, len)
571 u_char *inp;
620 GETCHAR(remmd_len, inp); /* get length of MD */
621 remmd = inp; /* get pointer to MD */
622 INCPTR(remmd_len, inp);
634 BCOPY(inp, rhostname, len);
720 ChapReceiveSuccess(cstate, inp, id, len)
722 u_char *inp;
748 PRINTMSG(inp, len);
761 ChapReceiveFailure(cstate, inp, id, len)
763 u_char *inp;
781 PRINTMSG(inp, len);