Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c159 static char *pr_ap(uint_t addr, uint_t port,
4868 pr_ap(tp->tcpConnLocalAddress, in tcp_report_item_v4()
4870 pr_ap(tp->tcpConnRemAddress, in tcp_report_item_v4()
4888 pr_ap(tp->tcpConnLocalAddress, in tcp_report_item_v4()
4890 pr_ap(tp->tcpConnRemAddress, in tcp_report_item_v4()
5086 pr_ap(ude->udpLocalAddress, ude->udpLocalPort, "udp", in udp_report_item_v4()
5090 pr_ap(ude->udpEntryInfo.ue_RemoteAddress, in udp_report_item_v4()
5291 (void) pr_ap(v4addr, port, "sctp", name, namelen); in sctp_pr_addr()
5855 pr_ap(uint_t addr, uint_t port, char *proto, in pr_ap() function