netlink: consistently use unsigned types in the parser
Use uint32_t for anything that is derived from message length, use
uint16_t for anything that represents attribute length and use u_int for
array indices.
netlink: consistently use unsigned types in the parser Tags None Referenced Files None Subscribers None
Description
Details
|