Lines Matching refs:inp
407 lcp_extcode(fsm *f, int code, u_char id, u_char *inp, int len)
413 lcp_rprotrej(f, inp, len);
421 magp = inp;
423 fsm_sdata(f, ECHOREP, id, inp, len);
427 lcp_received_echo_reply(f, id, inp, len);
446 lcp_rprotrej(fsm *f, u_char *inp, int len)
457 GETSHORT(prot, inp);
1224 u_char *inp, /* Requested CIs */
1255 next = inp;
1257 rejp = inp;
1612 *lenp = (int)(next - inp);
1619 BCOPY(nak_buffer, inp, *lenp);
1622 *lenp = (int)(rejp - inp);
1979 lcp_received_echo_reply (fsm *f, int id, u_char *inp, int len)
1990 GETLONG(magic, inp);