Searched refs:capi_cmsg_header (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/isdn/avmb1/ |
D | capiutil.h | 163 unsigned capi_cmsg_header(_cmsg * cmsg, __u16 _ApplId, 194 capi_cmsg_header(cmsg, ApplId, 0x82, 0x80, Messagenumber, adr); in capi_fill_CONNECT_B3_REQ() 203 capi_cmsg_header(cmsg, ApplId, 0x80, 0x80, Messagenumber, adr); in capi_fill_FACILITY_REQ() 216 capi_cmsg_header(cmsg, ApplId, 0x08, 0x80, Messagenumber, adr); in capi_fill_INFO_REQ() 232 capi_cmsg_header(cmsg, ApplId, 0x05, 0x80, Messagenumber, adr); in capi_fill_LISTEN_REQ() 247 capi_cmsg_header(cmsg, ApplId, 0x01, 0x80, Messagenumber, adr); in capi_fill_ALERT_REQ() 276 capi_cmsg_header(cmsg, ApplId, 0x02, 0x80, Messagenumber, adr); in capi_fill_CONNECT_REQ() 305 capi_cmsg_header(cmsg, ApplId, 0x86, 0x80, Messagenumber, adr); in capi_fill_DATA_B3_REQ() 320 capi_cmsg_header(cmsg, ApplId, 0x04, 0x80, Messagenumber, adr); in capi_fill_DISCONNECT_REQ() 332 capi_cmsg_header(cmsg, ApplId, 0x84, 0x80, Messagenumber, adr); in capi_fill_DISCONNECT_B3_REQ() [all …]
|
D | capiutil.c | 614 unsigned capi_cmsg_header(_cmsg * cmsg, __u16 _ApplId, in capi_cmsg_header() function 922 EXPORT_SYMBOL(capi_cmsg_header);
|