Print this page
XXXX adding PID information to netstat output

@@ -26,10 +26,11 @@
 #define _INET_MIB2_H
 
 #include <netinet/in.h> /* For in6_addr_t */
 #include <sys/tsol/label.h> /* For brange_t */
 #include <sys/tsol/label_macro.h> /* For brange_t */
+#include <sys/pidnode.h>
 
 #ifdef  __cplusplus
 extern "C" {
 #endif
 

@@ -183,10 +184,11 @@
 
 /*
  * There can be one of each of these tables per transport (MIB2_* above).
  */
 #define EXPER_XPORT_MLP         105     /* transportMLPEntry */
+#define EXPER_XPORT_PROC_INFO   106     /* conn_pid_node entry */
 
 /* Old names retained for compatibility */
 #define MIB2_IP_20      MIB2_IP_ADDR
 #define MIB2_IP_21      MIB2_IP_ROUTE
 #define MIB2_IP_22      MIB2_IP_MEDIA