RTMGETADDR
RTMGETADDR is a term that appears in some routing and network management contexts to denote a request or message used to retrieve addressing information associated with routes or interfaces. It is not a universally standardized command across all operating systems, but rather a descriptor that can be found in vendor-specific APIs, routing sockets, or codebases that implement a GETADDR-style operation.
In systems that implement BSD-style routing sockets or similar architectures, RTMGETADDR (or a closely related RTM_GETADDR
A typical usage pattern involves constructing a routing message with a header that designates the type as
Because RTMGETADDR is not a universal standard, its exact structure, field names, and behavior vary by platform
See also: routing sockets, RTM_GET, RTM_ADD, RTM_DELETE, sockaddr, Netlink.