Searched refs:_CSTRUCT (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/isdn/avmb1/ |
D | capiutil.c | 237 #define _CSTRUCT 4 macro 254 {_CSTRUCT, offsetof(_cmsg, B1configuration)}, 258 {_CSTRUCT, offsetof(_cmsg, B2configuration)}, 262 {_CSTRUCT, offsetof(_cmsg, B3configuration)}, 266 {_CSTRUCT, offsetof(_cmsg, BC)}, 268 {_CSTRUCT, offsetof(_cmsg, BChannelinformation)}, 272 {_CSTRUCT, offsetof(_cmsg, CalledPartyNumber)}, 274 {_CSTRUCT, offsetof(_cmsg, CalledPartySubaddress)}, 276 {_CSTRUCT, offsetof(_cmsg, CallingPartyNumber)}, 278 {_CSTRUCT, offsetof(_cmsg, CallingPartySubaddress)}, [all …]
|