Searched refs:_cmsg (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/capi/
H A Dcapiutil.c244 {_CDWORD, offsetof(_cmsg, adr.adrController)},
246 {_CMSTRUCT, offsetof(_cmsg, AdditionalInfo)},
248 {_CSTRUCT, offsetof(_cmsg, B1configuration)},
250 {_CWORD, offsetof(_cmsg, B1protocol)},
252 {_CSTRUCT, offsetof(_cmsg, B2configuration)},
254 {_CWORD, offsetof(_cmsg, B2protocol)},
256 {_CSTRUCT, offsetof(_cmsg, B3configuration)},
258 {_CWORD, offsetof(_cmsg, B3protocol)},
260 {_CSTRUCT, offsetof(_cmsg, BC)},
262 {_CSTRUCT, offsetof(_cmsg, BChannelinformatio
[all...]
H A Dcapidrv.c505 static void send_message(capidrv_contr * card, _cmsg * cmsg)
654 static _cmsg cmsg;
763 static void handle_controller(_cmsg * cmsg)
863 static void handle_incoming_call(capidrv_contr * card, _cmsg * cmsg)
988 static void handle_plci(_cmsg * cmsg)
1170 static void handle_ncci(_cmsg * cmsg)
1351 static void handle_data(_cmsg * cmsg, struct sk_buff *skb)
1377 static _cmsg s_cmsg;
1464 static _cmsg cmdcmsg;
1830 static _cmsg sendcms
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/isdn/
H A Dcapiutil.h70 The _cmsg structure contains all possible CAPI 2.0 parameter.
74 parameter in the _cmsg structure
144 } _cmsg; typedef in typeref:struct:__anon9954
147 * capi_cmsg2message() assembles the parameter from _cmsg to a CAPI 2.0
150 unsigned capi_cmsg2message(_cmsg * cmsg, __u8 * msg);
154 * into _cmsg for easy access
156 unsigned capi_message2cmsg(_cmsg * cmsg, __u8 * msg);
159 * capi_cmsg_header() fills the _cmsg structure with default values, so only
163 unsigned capi_cmsg_header(_cmsg * cmsg, __u16 _ApplId,
194 _cdebbuf *capi_cmsg2str(_cmsg *cms
[all...]

Completed in 84 milliseconds