Lines Matching defs:inp
274 static int lcp_coderej __P((fsm *f, int code, int id, u_char *inp, int len));
676 lcp_extcode(f, code, id, inp, len)
679 u_char *inp;
686 lcp_rprotrej(f, inp, len);
692 magp = inp;
694 fsm_sdata(f, CODE_ECHOREP, id, inp, len);
698 if (!lcp_received_echo_reply(f, id, inp, len)) {
715 lcp_received_identification(f, id, inp, len);
719 lcp_received_timeremain(f, id, inp, len);
734 lcp_rprotrej(f, inp, len)
736 u_char *inp;
748 GETSHORT(prot, inp);
792 lcp_coderej(f, code, id, inp, len)
796 u_char *inp;
2916 lcp_received_echo_reply (f, id, inp, len)
2919 u_char *inp;
2929 GETLONG(magic, inp);
3070 lcp_received_identification (f, id, inp, len)
3073 u_char *inp;
3083 GETLONG(magic, inp);
3090 if (len > 0 && (len > 1 || *inp != '\0'))
3091 notice("Peer Identification: %0.*v", len, inp);
3118 lcp_received_timeremain(f, id, inp, len)
3121 u_char *inp;
3132 GETLONG(magic, inp);
3138 GETLONG(time_remaining, inp);
3141 len-8, inp);