Lines Matching refs:pckt
81 static void cbcp_recvreq __P((cbcp_state *us, u_char *pckt, int len));
82 static void cbcp_recvack __P((cbcp_state *us, u_char *pckt, int len));
318 cbcp_recvreq(us, pckt, pcktlen) in cbcp_recvreq() argument
320 u_char *pckt;
331 GETCHAR(type, pckt);
332 GETCHAR(opt_len, pckt);
335 pckt++; /* ignore the delay time */
450 cbcp_recvack(us, pckt, len) in cbcp_recvack() argument
452 u_char *pckt;
459 GETCHAR(type, pckt);
460 GETCHAR(opt_len, pckt);
469 pckt++;
472 GETCHAR(addr_type, pckt);
477 dbglog("CBCP: peer will call %.*s", pckt, opt_len - 4);