HomeFreeBSD

netlink: consistently use unsigned types in the parser

Description

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.

Details

Provenance
glebiusAuthored on Jan 29 2025, 5:48 PM
Parents
rG810c122695d7: netlink: use u_int as argument for ifnet_byindex()
Branches
Unknown
Tags
Unknown