Home
last modified time | relevance | path

Searched refs:InfoElement (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/isdn/avmb1/ !
Dcapidrv.c1142 if (cmsg->InfoElement[0] == 4) { in handle_plci()
1148 ((__u32) cmsg->InfoElement[1] in handle_plci()
1149 | ((__u32) (cmsg->InfoElement[2]) << 8) in handle_plci()
1150 | ((__u32) (cmsg->InfoElement[3]) << 16) in handle_plci()
1151 | ((__u32) (cmsg->InfoElement[4]) << 24))); in handle_plci()
Dcapiutil.c316 {_CSTRUCT, offsetof(_cmsg, InfoElement)},
Dcapiutil.h123 _cstruct InfoElement; member