Searched refs:ISDN_PTYPE_NI1 (Results 1 – 2 of 2) sorted by relevance
91 #define NI1_CMD_INVOKE ((0x00 << 8) | ISDN_PTYPE_NI1) /* invoke a supplementary service */92 #define NI1_CMD_INVOKE_ABORT ((0x01 << 8) | ISDN_PTYPE_NI1) /* abort a invoke cmd */97 #define NI1_STAT_INVOKE_RES ((0x80 << 8) | ISDN_PTYPE_NI1) /* Result for invocation */98 #define NI1_STAT_INVOKE_ERR ((0x81 << 8) | ISDN_PTYPE_NI1) /* Error Return for invocation */99 #define NI1_STAT_INVOKE_BRD ((0x82 << 8) | ISDN_PTYPE_NI1) /* Deliver invoke broadcast info */223 #define ISDN_FEATURE_P_NI1 (0x1000000 << ISDN_PTYPE_NI1)
25 #define ISDN_PTYPE_NI1 4 /* US NI-1 protocol */ macro