Lines Matching refs:typ
889 enquiry_cr(struct PStack *st, u_char typ, u_char cr, u_char pf) in enquiry_cr() argument
899 tmp[i++] = typ; in enquiry_cr()
902 tmp[i++] = (l2->vr << 5) | typ | (pf ? 0x10 : 0); in enquiry_cr()
974 int PollFlag, rsp, typ = RR; in l2_st7_got_super() local
985 typ = RNR; in l2_st7_got_super()
989 typ = REJ; in l2_st7_got_super()
1007 if (typ == REJ) { in l2_st7_got_super()
1014 } else if ((nr == l2->vs) && (typ == RR)) { in l2_st7_got_super()
1019 } else if ((l2->va != nr) || (typ == RNR)) { in l2_st7_got_super()
1021 if(typ != RR) FsmDelTimer(&st->l2.t203, 9); in l2_st7_got_super()
1024 if (skb_queue_len(&st->l2.i_queue) && (typ == RR)) in l2_st7_got_super()