Home
last modified time | relevance | path

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

/linux/drivers/isdn/mISDN/
H A Dsocket.c260 case ISDN_P_B_L2DSP: in data_sock_release()
533 case ISDN_P_B_L2DSP: in data_sock_bind()
792 case ISDN_P_B_L2DSP: in mISDN_sock_create()
H A Ddsp_core.c1053 if (crq->protocol != ISDN_P_B_L2DSP in dspcreate()
1071 if (crq->protocol == ISDN_P_B_L2DSP) { in dspcreate()
1110 .Bprotocols = (1 << (ISDN_P_B_L2DSP & ISDN_P_B_MASK))
/linux/include/linux/
H A DmISDNif.h241 #define ISDN_P_B_L2DSP 0x25 macro