Lines Matching refs:u_char
85 static void fsm_rconfreq (fsm *, u_char, u_char *, int);
86 static void fsm_rconfack (fsm *, int, u_char *, int);
87 static void fsm_rconfnakrej (fsm *, int, int, u_char *, int);
88 static void fsm_rtermreq (fsm *, int, u_char *, int);
90 static void fsm_rcoderej (fsm *, u_char *, int);
302 (u_char *) f->term_reason, f->term_reason_len);
341 (u_char *) f->term_reason, f->term_reason_len);
382 fsm_input(fsm *f, u_char *inpacket, int l)
384 u_char *inp = inpacket;
385 u_char code, id;
462 fsm_rconfreq(fsm *f, u_char id, u_char *inp, int len)
506 fsm_sdata(f, (u_char)code, id, inp, len);
535 fsm_rconfack(fsm *f, int id, u_char *inp, int len)
554 fsm_sdata(f, TERMACK, (u_char)id, NULL, 0);
594 fsm_rconfnakrej(fsm *f, int code, int id, u_char *inp, int len)
596 int (*proc) (fsm *, u_char *, int);
617 fsm_sdata(f, TERMACK, (u_char)id, NULL, 0);
654 fsm_rtermreq(fsm *f, int id, u_char *p, int len)
682 fsm_sdata(f, TERMACK, (u_char)id, NULL, 0);
733 fsm_rcoderej(fsm *f, u_char *inp, int len)
735 u_char code, id;
794 (u_char *) f->term_reason, f->term_reason_len);
814 u_char *outp;
867 fsm_sdata( fsm *f, u_char code, u_char id, u_char *data, int datalen)
869 u_char *outp;