Searched refs:process_hash_get (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/ |
H A D | netstat.c | 919 process_hash_get(const mib2_socketInfoEntry_t *sie, int type, int family) in process_hash_get() function 5612 ph = process_hash_get(sie, SOCK_STREAM, AF_INET); in tcp_report_item_v4() 5615 ph = process_hash_get(sie, SOCK_STREAM, AF_INET6); in tcp_report_item_v4() 5784 for (ph = process_hash_get(sie, SOCK_STREAM, AF_INET6); in tcp_report_item_v6() 5813 for (ph = process_hash_get(sie, SOCK_STREAM, AF_INET6); in tcp_report_item_v6() 6065 ph = process_hash_get(sie, SOCK_DGRAM, AF_INET); in udp_report_item_v4() 6068 ph = process_hash_get(sie, SOCK_DGRAM, AF_INET6); in udp_report_item_v4() 6141 for (ph = process_hash_get(sie, SOCK_DGRAM, AF_INET6); in udp_report_item_v6() 6440 for (ph = process_hash_get(sie, SOCK_STREAM, AF_INET); in sctp_conn_report_item() 7844 for (ph = process_hash_get(&sie, in uds_report_item()
|