Searched refs:MsgHead (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/drivers/isdn/hisax/ |
D | l3ni1.c | 32 #define MsgHead(ptr, cref, mty) \ macro 445 MsgHead(p, pc->callref, mt); in l3ni1_message() 459 MsgHead(p, pc->callref, mt); in l3ni1_message_plus_chid() 478 MsgHead(p, pc->callref, mt); in l3ni1_message_cause() 499 MsgHead(p, pc->callref, MT_STATUS); in l3ni1_status_send() 535 MsgHead(p, pc->callref, MT_RELEASE_COMPLETE); in l3ni1_msg_without_setup() 892 MsgHead(p, pc->callref, cmd); in l3ni1_msg_with_uus() 1191 MsgHead(p, pc->callref, MT_SETUP); in l3ni1_setup_req() 1633 MsgHead(p, pc->callref, MT_DISCONNECT); in l3ni1_disconnect_req() 1706 MsgHead(p, pc->callref, MT_RELEASE_COMPLETE); in l3ni1_reject_req() [all …]
|
D | l3_1tr6.c | 25 #define MsgHead(ptr, cref, mty, dis) \ macro 40 MsgHead(p, pc->callref, mt, pd); in l3_1TR6_message() 82 MsgHead(p, pc->callref, MT_N1_SETUP, PROTO_DIS_N1); in l3_1tr6_setup_req() 485 MsgHead(p, pc->callref, MT_N1_CONN, PROTO_DIS_N1); in l3_1tr6_setup_rsp() 542 MsgHead(p, pc->callref, MT_N1_DISC, PROTO_DIS_N1); in l3_1tr6_disconnect_req() 601 MsgHead(p, pc->callref, MT_N1_REL, PROTO_DIS_N1); in l3_1tr6_t305()
|
D | l3dss1.c | 34 #define MsgHead(ptr, cref, mty) \ macro 517 MsgHead(p, pc->callref, mt); in l3dss1_message() 529 MsgHead(p, pc->callref, mt); in l3dss1_message_cause() 550 MsgHead(p, pc->callref, MT_STATUS); in l3dss1_status_send() 586 MsgHead(p, pc->callref, MT_RELEASE_COMPLETE); in l3dss1_msg_without_setup() 943 MsgHead(p, pc->callref, cmd); in l3dss1_msg_with_uus() 1246 MsgHead(p, pc->callref, MT_SETUP); in l3dss1_setup_req() 1780 MsgHead(p, pc->callref, MT_DISCONNECT); in l3dss1_disconnect_req() 1851 MsgHead(p, pc->callref, MT_RELEASE_COMPLETE); in l3dss1_reject_req() 2118 MsgHead(p, pc->callref, MT_FACILITY); in l3dss1_redir_req() [all …]
|