Searched refs:MT_RELEASE (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/isdn/hisax/ |
D | l3dss1.h | 44 #define MT_RELEASE 0x4d macro
|
D | l3ni1.h | 53 #define MT_RELEASE 0x4d macro
|
D | l3dss1.c | 818 case MT_RELEASE: in l3dss1_check_messagetype_validity() 967 l3dss1_message(pc, MT_RELEASE); in l3dss1_release_req() 969 l3dss1_msg_with_uus(pc, MT_RELEASE); in l3dss1_release_req() 1551 l3dss1_message_cause(pc, MT_RELEASE, cause); in l3dss1_disconnect() 2362 MsgHead(p, pc->callref, MT_RELEASE); in l3dss1_t305() 2403 l3dss1_message(pc, MT_RELEASE); in l3dss1_t308_1() 2423 l3dss1_message(pc, MT_RELEASE); in l3dss1_t318() 2869 MT_RELEASE, l3dss1_release}, 2870 {SBIT(19), MT_RELEASE, l3dss1_release_ind}, 3121 if ((MT_RELEASE_COMPLETE != mt) && (MT_RELEASE != mt)) { in dss1up()
|
D | l3ni1.c | 767 case MT_RELEASE: in l3ni1_check_messagetype_validity() 916 l3ni1_message(pc, MT_RELEASE); in l3ni1_release_req() 918 l3ni1_msg_with_uus(pc, MT_RELEASE); in l3ni1_release_req() 1404 l3ni1_message_cause(pc, MT_RELEASE, cause); in l3ni1_disconnect() 2217 MsgHead(p, pc->callref, MT_RELEASE); in l3ni1_t305() 2258 l3ni1_message(pc, MT_RELEASE); in l3ni1_t308_1() 2278 l3ni1_message(pc, MT_RELEASE); in l3ni1_t318() 2803 MT_RELEASE, l3ni1_release}, 2804 {SBIT(19), MT_RELEASE, l3ni1_release_ind}, 3072 if ((MT_RELEASE_COMPLETE != mt) && (MT_RELEASE != mt)) { in ni1up()
|