Searched refs:_cmsg (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/drivers/isdn/avmb1/ |
D | capiutil.c | 250 {_CDWORD, offsetof(_cmsg, adr.adrController)}, 252 {_CMSTRUCT, offsetof(_cmsg, AdditionalInfo)}, 254 {_CSTRUCT, offsetof(_cmsg, B1configuration)}, 256 {_CWORD, offsetof(_cmsg, B1protocol)}, 258 {_CSTRUCT, offsetof(_cmsg, B2configuration)}, 260 {_CWORD, offsetof(_cmsg, B2protocol)}, 262 {_CSTRUCT, offsetof(_cmsg, B3configuration)}, 264 {_CWORD, offsetof(_cmsg, B3protocol)}, 266 {_CSTRUCT, offsetof(_cmsg, BC)}, 268 {_CSTRUCT, offsetof(_cmsg, BChannelinformation)}, [all …]
|
D | capiutil.h | 144 } _cmsg; typedef 150 unsigned capi_cmsg2message(_cmsg * cmsg, __u8 * msg); 156 unsigned capi_message2cmsg(_cmsg * cmsg, __u8 * msg); 163 unsigned capi_cmsg_header(_cmsg * cmsg, __u16 _ApplId, 178 char *capi_cmsg2str(_cmsg * cmsg); 183 static inline void capi_cmsg_answer(_cmsg * cmsg) in capi_cmsg_answer() 190 static inline void capi_fill_CONNECT_B3_REQ(_cmsg * cmsg, __u16 ApplId, __u16 Messagenumber, in capi_fill_CONNECT_B3_REQ() 198 static inline void capi_fill_FACILITY_REQ(_cmsg * cmsg, __u16 ApplId, __u16 Messagenumber, in capi_fill_FACILITY_REQ() 208 static inline void capi_fill_INFO_REQ(_cmsg * cmsg, __u16 ApplId, __u16 Messagenumber, in capi_fill_INFO_REQ() 224 static inline void capi_fill_LISTEN_REQ(_cmsg * cmsg, __u16 ApplId, __u16 Messagenumber, in capi_fill_LISTEN_REQ() [all …]
|
D | capidrv.c | 524 static void send_message(capidrv_contr * card, _cmsg * cmsg) in send_message() 685 static _cmsg cmsg; 794 static void handle_controller(_cmsg * cmsg) in handle_controller() 894 static void handle_incoming_call(capidrv_contr * card, _cmsg * cmsg) in handle_incoming_call() 1019 static void handle_plci(_cmsg * cmsg) in handle_plci() 1193 static void handle_ncci(_cmsg * cmsg) in handle_ncci() 1370 static void handle_data(_cmsg * cmsg, struct sk_buff *skb) in handle_data() 1396 static _cmsg s_cmsg; 1481 static _cmsg cmdcmsg; 1886 static _cmsg sendcmsg;
|