Searched refs:_CSTRUCT (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/isdn/capi/ |
D | capiutil.c | 33 #define _CSTRUCT 4 macro 50 {_CSTRUCT, offsetof(_cmsg, B1configuration)}, 54 {_CSTRUCT, offsetof(_cmsg, B2configuration)}, 58 {_CSTRUCT, offsetof(_cmsg, B3configuration)}, 62 {_CSTRUCT, offsetof(_cmsg, BC)}, 64 {_CSTRUCT, offsetof(_cmsg, BChannelinformation)}, 68 {_CSTRUCT, offsetof(_cmsg, CalledPartyNumber)}, 70 {_CSTRUCT, offsetof(_cmsg, CalledPartySubaddress)}, 72 {_CSTRUCT, offsetof(_cmsg, CallingPartyNumber)}, 74 {_CSTRUCT, offsetof(_cmsg, CallingPartySubaddress)}, [all …]
|