Lines Matching defs:pckt
88 static void cbcp_recvreq __P((cbcp_state *us, u_char *pckt, int len));
89 static void cbcp_recvack __P((cbcp_state *us, u_char *pckt, int len));
325 cbcp_recvreq(us, pckt, pcktlen)
327 u_char *pckt;
338 GETCHAR(type, pckt);
339 GETCHAR(opt_len, pckt);
342 pckt++; /* ignore the delay time */
457 cbcp_recvack(us, pckt, len)
459 u_char *pckt;
466 GETCHAR(type, pckt);
467 GETCHAR(opt_len, pckt);
476 pckt++;
479 GETCHAR(addr_type, pckt);
484 dbglog("CBCP: peer will call %.*s", pckt, opt_len - 4);