Searched refs:mib2_socketInfoEntry_t (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/ |
H A D | netstat.c | 893 process_hash_find(const mib2_socketInfoEntry_t *sie, int type, int family) in process_hash_find() 919 process_hash_get(const mib2_socketInfoEntry_t *sie, int type, int family) in process_hash_get() 937 mib2_socketInfoEntry_t sie = { in process_hash_insert() 5183 sie_report(const mib2_socketInfoEntry_t *sie) in sie_report() 5222 static mib2_socketInfoEntry_t ** 5227 mib2_socketInfoEntry_t **info, *sie; in gather_info() 5255 for (sie = (mib2_socketInfoEntry_t *)iptr->valp; in gather_info() 5483 const mib2_socketInfoEntry_t *); 5486 const mib2_socketInfoEntry_t *); 5498 mib2_socketInfoEntry_t **v4_info, **v6_info, **v4i, **v6i; in tcp_report() [all …]
|
/illumos-gate/usr/src/uts/common/inet/ |
H A D | ipclassifier.h | 739 extern mib2_socketInfoEntry_t *conn_get_socket_info(conn_t *, 740 mib2_socketInfoEntry_t *);
|
H A D | mib2.h | 990 } mib2_socketInfoEntry_t; typedef
|
/illumos-gate/usr/src/uts/common/inet/udp/ |
H A D | udp_stats.c | 75 mib2_socketInfoEntry_t *sie, psie; in udp_snmp_get()
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ipclassifier.c | 2744 mib2_socketInfoEntry_t * 2745 conn_get_socket_info(conn_t *connp, mib2_socketInfoEntry_t *sie) in conn_get_socket_info()
|
/illumos-gate/usr/src/uts/common/inet/sctp/ |
H A D | sctp_snmp.c | 555 mib2_socketInfoEntry_t *sie, psie; in sctp_snmp_get_mib2()
|
/illumos-gate/usr/src/uts/common/inet/tcp/ |
H A D | tcp_stats.c | 163 mib2_socketInfoEntry_t *sie, psie; in tcp_snmp_get()
|