Home
last modified time | relevance | path

Searched refs:tp6 (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c4771 mib2_tcp6ConnEntry_t *tp6; in tcp_report() local
4826 for (tp6 = (mib2_tcp6ConnEntry_t *)item->valp; in tcp_report()
4827 (char *)tp6 < (char *)item->valp + item->length; in tcp_report()
4829 tp6 = (mib2_tcp6ConnEntry_t *)((char *)tp6 + in tcp_report()
4832 print_hdr_once_v6 = tcp_report_item_v6(tp6, in tcp_report()
4905 tcp_report_item_v6(const mib2_tcp6ConnEntry_t *tp6, boolean_t first, in tcp_report_item_v6() argument
4918 if (!(Aflag || tp6->tcp6ConnEntryInfo.ce_state >= TCPS_ESTABLISHED)) in tcp_report_item_v6()
4926 ifnamep = (tp6->tcp6ConnIfIndex != 0) ? in tcp_report_item_v6()
4927 if_indextoname(tp6->tcp6ConnIfIndex, ifname) : NULL; in tcp_report_item_v6()
4934 pr_ap6(&tp6->tcp6ConnLocalAddress, in tcp_report_item_v6()
[all …]