Oracle Solaris Modular Debugger Guide

Internet Protocol Module Debugging Support (ip)

The ip module provides debugging support for the ip(7P) driver.

Internet Protocol Dcmds

[ address ] ::ire [-q]

Print the specified ire_t, or a table of the active ire_t structures in the kernel. If the -q flag is specified, the send and receive queue pointers are printed instead of the source and destination addresses.

Internet Protocol Walkers

ire

Walk the active ire (Internet Route Entry) structures in the kernel. This structure is defined in <inet/ip.h>.