Home
last modified time | relevance | path

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

/freebsd/usr.bin/netstat/
H A Dsctp.c272 htons(xstcb->local_port), numeric_port); in sctp_process_tcb()
283 htons(xstcb->remote_port), numeric_port); in sctp_process_tcb()
438 htons(xinpcb->local_port), numeric_port); in sctp_process_inpcb()
H A Dnetstat.h53 extern bool numeric_port; /* show ports numerically */
H A Dmain.c211 bool numeric_port; /* show ports numerically */ variable
365 numeric_port = true; in main()
H A Dinet.c408 if (numeric_port) { in protopr()