Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/netstat/
H A Dsctp.c280 htons(xstcb->local_port), numeric_port); in sctp_process_tcb()
291 htons(xstcb->remote_port), numeric_port); in sctp_process_tcb()
446 htons(xinpcb->local_port), numeric_port); in sctp_process_inpcb()
H A Dnetstat.h53 extern int numeric_port; /* show ports numerically */
H A Dmain.c222 int numeric_port; /* show ports numerically */ variable
375 numeric_addr = numeric_port = 1; in main()
H A Dinet.c416 if (numeric_port) { in protopr()