Searched refs:ISDN_P_B_START (Results 1 – 4 of 4) sorted by relevance
308 if ((sk->sk_protocol & ~ISDN_P_B_MASK) == ISDN_P_B_START) { in data_sock_ioctl_bound()504 if (sk->sk_protocol < ISDN_P_B_START) { in data_sock_bind()511 if (csk->sk_protocol >= ISDN_P_B_START) in data_sock_bind()
312 if (id < ISDN_P_B_START || id > 63) { in get_Bprotocol4id()
577 if (ch->protocol >= ISDN_P_B_START) { in delete_channel()
231 #define ISDN_P_B_START 0x20 macro