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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c230 #define IFLAGMOD(flg, val1, val2) if (flg == val1) flg = val2 macro
369 * : trinary variable, modified using IFLAGMOD()
396 IFLAGMOD(Iflag_only, 1, 0); /* see macro def'n */
401 IFLAGMOD(Iflag_only, -1, 1); /* '-i' exists */
406 IFLAGMOD(Iflag_only, 1, 0); /* see macro def'n */
415 IFLAGMOD(Iflag_only, 1, 0); /* see macro def'n */
420 IFLAGMOD(Iflag_only, 1, 0); /* see macro def'n */
425 IFLAGMOD(Iflag_only, 1, 0); /* see macro def'n */
430 IFLAGMOD(Iflag_only, 1, 0); /* see macro def'n */
435 IFLAGMOD(Iflag_onl
[all...]

Completed in 66 milliseconds