Searched refs:_cmsg (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/isdn/capi/ |
D | capiutil.c | 48 {_CDWORD, offsetof(_cmsg, adr.adrController)}, 50 {_CMSTRUCT, offsetof(_cmsg, AdditionalInfo)}, 52 {_CSTRUCT, offsetof(_cmsg, B1configuration)}, 54 {_CWORD, offsetof(_cmsg, B1protocol)}, 56 {_CSTRUCT, offsetof(_cmsg, B2configuration)}, 58 {_CWORD, offsetof(_cmsg, B2protocol)}, 60 {_CSTRUCT, offsetof(_cmsg, B3configuration)}, 62 {_CWORD, offsetof(_cmsg, B3protocol)}, 64 {_CSTRUCT, offsetof(_cmsg, BC)}, 66 {_CSTRUCT, offsetof(_cmsg, BChannelinformation)}, [all …]
|
D | kcapi.h | 158 } _cmsg; typedef
|
/linux-6.1.9/Documentation/isdn/ |
D | interface_capi.rst | 206 4.4 The _cmsg Structure 211 The _cmsg structure stores the contents of a CAPI 2.0 message in an easily 251 _cmsg structure members. 304 Library functions for working with _cmsg structures
|