rtnetlinkh
Rtnetlinkh is not a standard term in official Linux documentation, and it most often refers to the Linux header file linux/rtnetlink.h (sometimes informally abbreviated as rtnetlink.h or mis-typed as rtnetlinkh). This header declares the user-space API used to interact with the kernel’s rtnetlink subsystem, which is part of the Netlink interface for routing and networking configuration.
Rtnetlink itself is a Netlink family (NETLINK_ROUTE) that provides a channel for user-space processes to query
The rtnetlink.h header defines the constants, structures, and attribute types needed to construct and parse Netlink
Typical usage involves creating a Netlink socket with AF_NETLINK and NETLINK_ROUTE, building an RTM message with
Note: if you encountered the term rtnetlinkh, it is likely a misnomer for rtnetlink.h. The official header