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

/freebsd-current/usr.bin/systat/
H A Dnetstat.c177 int istcp; local
185 istcp = 1;
189 istcp = 0;
198 KREAD(inpcb, &tcpcb, istcp ? sizeof(tcpcb) : sizeof(inpcb));
217 if (istcp) {
223 if (istcp && (protos&UDP)) {
224 istcp = 0;
/freebsd-current/usr.bin/netstat/
H A Dinet.c191 int istcp; local
200 istcp = 0;
216 istcp = 1;
231 if (istcp && (cflag || Cflag)) {
254 if (istcp) {
283 (istcp && tp->t_state == TCPS_LISTEN)
385 if (istcp && (tp->t_flags & TF_TOE) != 0)
396 if (istcp)
490 if (istcp)
510 if (istcp
[all...]

Completed in 131 milliseconds