Home
last modified time | relevance | path

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

/linux/drivers/isdn/mISDN/
H A Dtei.c324 id |= TEI_SAPI; in new_id()
437 bp[0] = (TEI_SAPI << 2); in put_tei_msg()
891 if ((skb->data[0] >> 2) != TEI_SAPI) /* not for us */ in ph_data_ind()
1359 set_channel_address(&mgr->ch, TEI_SAPI, GROUP_TEI); in create_teimanager()
/linux/include/linux/
H A DmISDNif.h274 #define TEI_SAPI 63 macro
/linux/drivers/isdn/hardware/mISDN/
H A Dhfcmulti.c2346 id = TEI_SAPI | (GROUP_TEI << 8); /* manager address */ in signal_state_up()