Lines Matching defs:lenp
220 static void lcp_addci(fsm *f, u_char *ucp, int *lenp); /* Add our CI to pkt */
224 static int lcp_reqci(fsm *f, u_char *inp, int *lenp, int reject_if_disagree); /* Rcv peer CI */
834 static void lcp_addci(fsm *f, u_char *ucp, int *lenp) {
932 if (ucp - start_ucp != *lenp) {
1818 * lenp = Length of requested CIs
1820 static int lcp_reqci(fsm *f, u_char *inp, int *lenp, int reject_if_disagree) {
1835 int l = *lenp; /* Length left */
2265 *lenp = next - inp;
2271 *lenp = nakoutp - (u_char*)nakp->payload;
2272 MEMCPY(inp, nakp->payload, *lenp);
2275 *lenp = rejp - inp;