Searched refs:_cmsg (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/isdn/capi/ |
D | capiutil.c | 46 {_CDWORD, offsetof(_cmsg, adr.adrController)}, 48 {_CMSTRUCT, offsetof(_cmsg, AdditionalInfo)}, 50 {_CSTRUCT, offsetof(_cmsg, B1configuration)}, 52 {_CWORD, offsetof(_cmsg, B1protocol)}, 54 {_CSTRUCT, offsetof(_cmsg, B2configuration)}, 56 {_CWORD, offsetof(_cmsg, B2protocol)}, 58 {_CSTRUCT, offsetof(_cmsg, B3configuration)}, 60 {_CWORD, offsetof(_cmsg, B3protocol)}, 62 {_CSTRUCT, offsetof(_cmsg, BC)}, 64 {_CSTRUCT, offsetof(_cmsg, BChannelinformation)}, [all …]
|
/Linux-v5.4/include/linux/isdn/ |
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, 189 _cdebbuf *capi_cmsg2str(_cmsg *cmsg); 194 static inline void capi_cmsg_answer(_cmsg * cmsg) in capi_cmsg_answer() 201 static inline void capi_fill_CONNECT_B3_REQ(_cmsg * cmsg, __u16 ApplId, __u16 Messagenumber, in capi_fill_CONNECT_B3_REQ() 209 static inline void capi_fill_FACILITY_REQ(_cmsg * cmsg, __u16 ApplId, __u16 Messagenumber, in capi_fill_FACILITY_REQ() 219 static inline void capi_fill_INFO_REQ(_cmsg * cmsg, __u16 ApplId, __u16 Messagenumber, in capi_fill_INFO_REQ() 235 static inline void capi_fill_LISTEN_REQ(_cmsg * cmsg, __u16 ApplId, __u16 Messagenumber, in capi_fill_LISTEN_REQ() [all …]
|
/Linux-v5.4/Documentation/isdn/ |
D | interface_capi.rst | 222 4.4 The _cmsg Structure 227 The _cmsg structure stores the contents of a CAPI 2.0 message in an easily 267 _cmsg structure members. 272 and their _cmsg structure representation. Note that capi_cmsg2message() does 357 Library functions for working with _cmsg structures 360 ``unsigned capi_cmsg2message(_cmsg *cmsg, u8 *msg)`` 364 ``unsigned capi_message2cmsg(_cmsg *cmsg, u8 *msg)`` 368 ``unsigned capi_cmsg_header(_cmsg *cmsg, u16 ApplId, u8 Command, u8 Subcommand, u16 Messagenumber, … 369 Fills the header part and address field of the _cmsg structure ``*cmsg`` 374 ``void capi_cmsg_answer(_cmsg *cmsg)``
|
/Linux-v5.4/drivers/staging/isdn/gigaset/ |
D | capi.c | 96 _cmsg hcmsg; /* for message composition triggered from hardware */ 97 _cmsg acmsg; /* for dissection of messages sent from application */ 205 static inline void dump_cmsg(enum debuglevel level, const char *tag, _cmsg *p) in dump_cmsg() 1145 _cmsg *cmsg = &iif->acmsg; in do_facility_req() 1330 _cmsg *cmsg = &iif->acmsg; in do_connect_req() 1624 _cmsg *cmsg = &iif->acmsg; in do_connect_resp() 1796 _cmsg *cmsg = &iif->acmsg; in do_connect_b3_req() 1843 _cmsg *cmsg = &iif->acmsg; in do_connect_b3_resp() 1913 _cmsg *cmsg = &iif->acmsg; in do_disconnect_req() 1915 _cmsg *b3cmsg; in do_disconnect_req() [all …]
|