Lines Matching refs:inp
384 u_char *inp = inpacket;
397 GETCHAR(code, inp);
398 GETCHAR(id, inp);
399 GETSHORT(len, inp);
423 fsm_rconfreq(f, id, inp, len);
427 fsm_rconfack(f, id, inp, len);
432 fsm_rconfnakrej(f, code, id, inp, len);
436 fsm_rtermreq(f, id, inp, len);
444 fsm_rcoderej(f, inp, len);
450 !(*f->callbacks->extcode)(f, code, id, inp, len) ) {
462 fsm_rconfreq(fsm *f, u_char id, u_char *inp, int len)
498 code = (*f->callbacks->reqci)(f, inp, &len, reject_if_disagree);
506 fsm_sdata(f, (u_char)code, id, inp, len);
535 fsm_rconfack(fsm *f, int id, u_char *inp, int len)
543 if( !(f->callbacks->ackci? (*f->callbacks->ackci)(f, inp, len): (len == 0)) ) {
594 fsm_rconfnakrej(fsm *f, int code, int id, u_char *inp, int len)
606 if (!proc || !((ret = proc(f, inp, len)))) {
733 fsm_rcoderej(fsm *f, u_char *inp, int len)
744 GETCHAR(code, inp);
745 GETCHAR(id, inp);