Searched refs:_CSTRUCT (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/isdn/capi/ |
H A D | capiutil.c | 35 #define _CSTRUCT 4 macro 52 {_CSTRUCT, offsetof(_cmsg, B1configuration)}, 56 {_CSTRUCT, offsetof(_cmsg, B2configuration)}, 60 {_CSTRUCT, offsetof(_cmsg, B3configuration)}, 64 {_CSTRUCT, offsetof(_cmsg, BC)}, 66 {_CSTRUCT, offsetof(_cmsg, BChannelinformation)}, 70 {_CSTRUCT, offsetof(_cmsg, CalledPartyNumber)}, 72 {_CSTRUCT, offsetof(_cmsg, CalledPartySubaddress)}, 74 {_CSTRUCT, offsetof(_cmsg, CallingPartyNumber)}, 76 {_CSTRUCT, offsetof(_cmsg, CallingPartySubaddress)}, [all …]
|