Home
last modified time | relevance | path

Searched refs:SABM (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/isdn/mISDN/
H A Dlayer2.h100 #define SABM 0x2f macro
H A Dlayer2.c477 return test_bit(FLG_MOD128, &l2->flag) ? d == SABME : d == SABM; in IsSABME()
704 cmd = (test_bit(FLG_MOD128, &l2->flag) ? SABME : SABM) | 0x10; in establishlink()
1385 SABME : SABM) | 0x10, CMD); in l2_st5_tout_200()
/linux/drivers/tty/
H A Dn_gsm.c135 DLCI_OPENING, /* Sending SABM not seen UA */
136 DLCI_OPEN, /* SABM/UA complete */
164 struct timer_list t1; /* Retransmit timer for SABM and UA */
378 #define SABM 0x2F macro
723 case SABM: in gsm_print_packet()
724 pr_cont("SABM"); in gsm_print_packet()
1778 /* Proceed with link setup by sending SABM before UA */ in gsm_control_negotiation()
1780 gsm_command(gsm, dlci->addr, SABM|PF); in gsm_control_negotiation()
2167 /* Note that SABM UA .. SABM U in gsm_dlci_open()
[all...]