Searched defs:Iflag_only (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c184 int Iflag_only, boolean_t once_only);
365 * Possible values of 'Iflag_only':
371 int Iflag_only = -1; local
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,
2609 if_report(mib_item_t *item, char *matchname, int Iflag_only, boolean_t once_only) argument
[all...]

Completed in 51 milliseconds