Lines Matching refs:u_char
63 static void fsm_rconfreq(fsm *f, u_char id, u_char *inp, int len);
64 static void fsm_rconfack(fsm *f, int id, u_char *inp, int len);
65 static void fsm_rconfnakrej(fsm *f, int code, int id, u_char *inp, int len);
66 static void fsm_rtermreq(fsm *f, int id, u_char *p, int len);
68 static void fsm_rcoderej(fsm *f, u_char *inp, int len);
211 (const u_char *) f->term_reason, f->term_reason_len);
283 (const u_char *) f->term_reason, f->term_reason_len);
318 void fsm_input(fsm *f, u_char *inpacket, int l) {
319 u_char *inp;
320 u_char code, id;
392 static void fsm_rconfreq(fsm *f, u_char id, u_char *inp, int len) {
459 static void fsm_rconfack(fsm *f, int id, u_char *inp, int len) {
515 static void fsm_rconfnakrej(fsm *f, int code, int id, u_char *inp, int len) {
580 static void fsm_rtermreq(fsm *f, int id, u_char *p, int len) {
645 static void fsm_rcoderej(fsm *f, u_char *inp, int len) {
646 u_char code, id;
709 u_char *outp;
747 outp = (u_char*)p->payload;
770 void fsm_sdata(fsm *f, u_char code, u_char id, const u_char *data, int datalen) {
773 u_char *outp;
789 outp = (u_char*)p->payload;