mibs for ROUTE

This table shows the mib[4] values supported for

mib[0]=CTL_NET
mib[1]=PF_ROUTE
mib[2]=0
mib[3]=any valid address family or 0

┌──────────────────────────────────────────────────────────────────┐
│mib[4] Values         Data Type   Description                     │
├──────────────────────────────────────────────────────────────────┤
│NET_RT_DUMP           char *      Dump the routing table entries  │
│                                  corresponding to the address    │
│                                  family specified in mib[5]. If  │
│                                  the address family is zero, then│
│                                  all routing tables are returned.│
├──────────────────────────────────────────────────────────────────┤
│NET_RT_FLAGS          char *      Dump the routing table entries  │
│                                  corresponding to the routing    │
│                                  flag RTF_xxx specified in       │
│                                  mib[5].                         │
├──────────────────────────────────────────────────────────────────┤
│NET_RT_IFLIST         char *      Return information for all      │
│                                  configured interfaces if mib[5] │
│                                  is zero. A nonzero mib[5] value │
│                                  specifies the index for a       │
│                                  particular interface, and       │
│                                  interface information for only  │
│                                  that interface is returned.     │
└──────────────────────────────────────────────────────────────────┘


[Back: mibs for ICMPCTL]
[Next: mibs for ROUTE with Flags]