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

/freebsd-current/usr.bin/sockstat/
H A Dsockstat.c81 static int opt_4; /* Show IPv4 sockets */ variable
398 if (opt_4)
665 if (opt_4)
1445 opt_4 = 1;
1553 if ((!opt_4 && !opt_6) && protos_defined != -1)
1554 opt_4 = opt_6 = 1;
1555 if (!opt_4 && !opt_6 && !opt_u)
1556 opt_4 = opt_6 = opt_u = 1;
1557 if ((opt_4 || opt_6) && protos_defined == -1)
1562 if (opt_4 || opt_
[all...]

Completed in 120 milliseconds