Home | History | Annotate | Download | only in pppd

Lines Matching refs:inp

502 lcp_extcode(f, code, id, inp, len)
505 u_char *inp;
512 lcp_rprotrej(f, inp, len);
518 magp = inp;
520 fsm_sdata(f, ECHOREP, id, inp, len);
524 lcp_received_echo_reply(f, id, inp, len);
543 lcp_rprotrej(f, inp, len)
545 u_char *inp;
557 GETSHORT(prot, inp);
1480 lcp_reqci(f, inp, lenp, reject_if_disagree)
1482 u_char *inp; /* Requested CIs */
1508 next = inp;
1510 rejp = inp;
1848 *lenp = next - inp;
1855 BCOPY(nak_buffer, inp, *lenp);
1858 *lenp = rejp - inp;
2246 lcp_received_echo_reply (f, id, inp, len)
2249 u_char *inp;
2259 GETLONG(magic, inp);