Home
last modified time | relevance | path

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

/dragonfly/usr.bin/systat/
H A Dip.c240 #define CPU_STATS_FUNC(proto,type) \ macro
262 CPU_STATS_FUNC(ip, struct ip_stats);
263 CPU_STATS_FUNC(udp, struct udpstat);
H A Dtcp.c250 #define CPU_STATS_FUNC(proto,type) \ macro
272 CPU_STATS_FUNC(tcp, struct tcp_stats);
/dragonfly/usr.bin/netstat/
H A Dinet.c363 #define CPU_STATS_FUNC(proto,type) \ macro
385 CPU_STATS_FUNC(tcp, struct tcp_stats);
386 CPU_STATS_FUNC(ip, struct ip_stats);
387 CPU_STATS_FUNC(udp, struct udpstat);