Searched refs:MT_RELEASE (Results 1 – 4 of 4) sorted by relevance
/drivers/isdn/hisax/ |
D | l3ni1.h | 53 #define MT_RELEASE 0x4d macro
|
D | l3dss1.h | 44 #define MT_RELEASE 0x4d macro
|
D | l3dss1.c | 808 case MT_RELEASE: in l3dss1_check_messagetype_validity() 957 l3dss1_message(pc, MT_RELEASE); in l3dss1_release_req() 959 l3dss1_msg_with_uus(pc, MT_RELEASE); in l3dss1_release_req() 1541 l3dss1_message_cause(pc, MT_RELEASE, cause); in l3dss1_disconnect() 2352 MsgHead(p, pc->callref, MT_RELEASE); in l3dss1_t305() 2393 l3dss1_message(pc, MT_RELEASE); in l3dss1_t308_1() 2413 l3dss1_message(pc, MT_RELEASE); in l3dss1_t318() 2856 MT_RELEASE, l3dss1_release}, 2857 {SBIT(19), MT_RELEASE, l3dss1_release_ind}, 3099 if ((MT_RELEASE_COMPLETE != mt) && (MT_RELEASE != mt)) { in dss1up()
|
D | l3ni1.c | 758 case MT_RELEASE: in l3ni1_check_messagetype_validity() 907 l3ni1_message(pc, MT_RELEASE); in l3ni1_release_req() 909 l3ni1_msg_with_uus(pc, MT_RELEASE); in l3ni1_release_req() 1395 l3ni1_message_cause(pc, MT_RELEASE, cause); in l3ni1_disconnect() 2212 MsgHead(p, pc->callref, MT_RELEASE); in l3ni1_t305() 2253 l3ni1_message(pc, MT_RELEASE); in l3ni1_t308_1() 2273 l3ni1_message(pc, MT_RELEASE); in l3ni1_t318() 2795 MT_RELEASE, l3ni1_release}, 2796 {SBIT(19), MT_RELEASE, l3ni1_release_ind}, 3055 if ((MT_RELEASE_COMPLETE != mt) && (MT_RELEASE != mt)) { in ni1up()
|