Searched refs:InfoElement (Results 1 – 3 of 3) sorted by relevance
1142 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()
316 {_CSTRUCT, offsetof(_cmsg, InfoElement)},
123 _cstruct InfoElement; member