Home
last modified time | relevance | path

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

/freebsd/usr.bin/ctlstat/
H A Dctlstat.c108 #define CTLSTAT_FLAG_PORTS (1 << 8) macro
117 #define F_PORTS(ctx) ((ctx)->flags & CTLSTAT_FLAG_PORTS)
929 ctx.flags |= CTLSTAT_FLAG_PORTS; in main()
966 ctx.flags |= CTLSTAT_FLAG_PORTS; in main()
993 ports = ctx.flags & CTLSTAT_FLAG_PORTS; in main()