Searched refs:SABM (Results 1 - 16 of 16) sorted by relevance

/linux-4.4.14/drivers/isdn/hisax/
H A Disdnl2.h14 #define SABM 0x2f macro
H A Disdnl2.c267 return (test_bit(FLG_MOD128, &st->l2.flag) ? d == SABME : d == SABM); IsSABME()
506 cmd = (test_bit(FLG_MOD128, &st->l2.flag) ? SABME : SABM) | 0x10; establishlink()
1166 send_uframe(st, (test_bit(FLG_MOD128, &st->l2.flag) ? SABME : SABM) l2_st5_tout_200()
/linux-4.4.14/net/lapb/
H A Dlapb_timer.c103 * Awaiting connection state, send SABM(E), up to N2 times. lapb_t1timer_expiry()
119 lapb_dbg(1, "(%p) S1 TX SABM(1)\n", lapb_t1timer_expiry()
H A Dlapb_in.c49 lapb_dbg(1, "(%p) S0 RX SABM(%d)\n", lapb->dev, frame->pf); lapb_state0_machine()
120 lapb_dbg(1, "(%p) S1 RX SABM(%d)\n", lapb->dev, frame->pf); lapb_state1_machine()
197 lapb_dbg(1, "(%p) S2 RX {SABM,SABME}(%d)\n", lapb_state2_machine()
260 lapb_dbg(1, "(%p) S3 RX SABM(%d)\n", lapb->dev, frame->pf); lapb_state3_machine()
483 lapb_dbg(1, "(%p) S4 RX SABM(%d)\n", lapb->dev, frame->pf); lapb_state4_machine()
H A Dlapb_out.c168 lapb_dbg(1, "(%p) S%d TX SABM(1)\n", lapb->dev, lapb->state); lapb_establish_data_link()
/linux-4.4.14/net/ax25/
H A Dax25_in.c322 /* a) received not a SABM(E) */ ax25_rcv()
336 /* b) received SABM(E) */ ax25_rcv()
395 /* Reverse the source SABM's path */ ax25_rcv()
H A Dax25_ds_timer.c182 /* dl1bke 960114: The DAMA protocol requires to send data and SABM/DISC
H A Dax25_subr.c200 return; /* Next SABM will get DM'd */ ax25_return_dm()
H A Daf_ax25.c152 * Find a socket that wants to accept the SABM we have just
1349 * hooked into the SABM we saved ax25_accept()
/linux-4.4.14/drivers/isdn/mISDN/
H A Dlayer2.h109 #define SABM 0x2f macro
H A Dlayer2.c486 return test_bit(FLG_MOD128, &l2->flag) ? d == SABME : d == SABM; IsSABME()
713 cmd = (test_bit(FLG_MOD128, &l2->flag) ? SABME : SABM) | 0x10; establishlink()
1395 SABME : SABM) | 0x10, CMD); l2_st5_tout_200()
/linux-4.4.14/drivers/tty/
H A Dn_gsm.c134 #define DLCI_OPENING 1 /* Sending SABM not seen UA */
135 #define DLCI_OPEN 2 /* SABM/UA complete */
141 struct timer_list t1; /* Retransmit timer for SABM and UA */
298 #define SABM 0x2F macro
470 case SABM: gsm_print_packet()
471 pr_cont("SABM"); gsm_print_packet()
1451 /* Note that SABM UA .. SABM UA first UA lost can mean that we go gsm_dlci_open()
1466 * SABM and DISC). We resend the command until the retry count runs out
1481 gsm_command(dlci->gsm, dlci->addr, SABM|PF); gsm_dlci_t1()
1501 * Commence opening a DLCI from the Linux side. We issue SABM messages
1514 gsm_command(dlci->gsm, dlci->addr, SABM|PF); gsm_dlci_begin_open()
1777 case SABM|PF: gsm_queue()
2969 /* Start sending off SABM messages */ gsmtty_open()
/linux-4.4.14/include/net/
H A Dax25.h103 AX25_STATE_1, /* SABM sent */
/linux-4.4.14/net/netrom/
H A Daf_netrom.c792 * hooked into the SABM we saved nr_accept()
/linux-4.4.14/net/rose/
H A Daf_rose.c898 * hooked into the SABM we saved rose_accept()
/linux-4.4.14/net/irda/
H A Daf_irda.c862 * hooked into the SABM we saved irda_accept()

Completed in 1081 milliseconds