Searched refs:InfoElement (Results 1 – 3 of 3) sorted by relevance
1316 if (cmsg->InfoElement[0] == 4) { in handle_plci()1322 ((u32) cmsg->InfoElement[1] in handle_plci()1323 | ((u32) (cmsg->InfoElement[2]) << 8) in handle_plci()1324 | ((u32) (cmsg->InfoElement[3]) << 16) in handle_plci()1325 | ((u32) (cmsg->InfoElement[4]) << 24))); in handle_plci()
112 {_CSTRUCT, offsetof(_cmsg, InfoElement)},
123 _cstruct InfoElement; member