Home
last modified time | relevance | path

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

/freebsd/usr.bin/netstat/
H A Dinet.c193 int istcp; in protopr() local
202 istcp = 0; in protopr()
218 istcp = 1; in protopr()
240 if (istcp && (cflag || Cflag)) { in protopr()
263 if (istcp) { in protopr()
292 (istcp && tp->t_state == TCPS_LISTEN) in protopr()
394 if (istcp && (tp->t_flags & TF_TOE) != 0) in protopr()
409 if (istcp) in protopr()
503 if (istcp) in protopr()
523 if (istcp && !Lflag && !xflag && !Tflag && !Rflag) { in protopr()
[all …]