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

/freebsd-10.0-release/contrib/libpcap/tests/
H A Dselpolltest.c65 int packet_count; local
180 packet_count = 0;
182 (u_char *)&packet_count);
186 status, packet_count);
226 packet_count = 0;
228 (u_char *)&packet_count);
232 status, packet_count);
237 packet_count = 0;
239 (u_char *)&packet_count);
243 status, packet_count);
[all...]
H A Dnonblocktest.c63 int packet_count; local
112 packet_count = 0;
114 (u_char *)&packet_count);
119 status, packet_count);
/freebsd-10.0-release/usr.bin/netstat/
H A Dmbuf.c74 uintmax_t packet_count, packet_bytes, packet_free, packet_failures; local
136 packet_count = memstat_get_count(mtp);
208 mbuf_count + packet_count, mbuf_free + packet_free,
209 mbuf_count + packet_count + mbuf_free + packet_free);
218 packet_count, packet_free);
252 (packet_count * cluster_size) + /* clusters in packets */
254 ((cluster_count - packet_count - packet_free) * cluster_size) +

Completed in 132 milliseconds