Home
last modified time | relevance | path

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

/external/libpcap/tests/
Dselpolltest.c65 int packet_count; in main() local
180 packet_count = 0; in main()
182 (u_char *)&packet_count); in main()
186 status, packet_count); in main()
226 packet_count = 0; in main()
228 (u_char *)&packet_count); in main()
232 status, packet_count); in main()
237 packet_count = 0; in main()
239 (u_char *)&packet_count); in main()
243 status, packet_count); in main()
Dnonblocktest.c63 int packet_count; in main() local
112 packet_count = 0; in main()
114 (u_char *)&packet_count); in main()
119 status, packet_count); in main()
/external/tcpdump/tests/
Dof10_s4810-vvvv.out422 …rity 65535, idle_timeout 0, hard_timeout 0, cookie 0x0000000000000012, packet_count 0, byte_count 0
430 …rity 65535, idle_timeout 0, hard_timeout 0, cookie 0x0000000000000013, packet_count 0, byte_count 0
438 …rity 65535, idle_timeout 0, hard_timeout 0, cookie 0x0000000000000014, packet_count 0, byte_count 0
446 …rity 65535, idle_timeout 0, hard_timeout 0, cookie 0x0000000000000015, packet_count 0, byte_count 0
454 …rity 65535, idle_timeout 0, hard_timeout 0, cookie 0x0000000000000016, packet_count 0, byte_count 0
462 …rity 65535, idle_timeout 0, hard_timeout 0, cookie 0x0000000000000017, packet_count 0, byte_count 0
470 …rity 65535, idle_timeout 0, hard_timeout 0, cookie 0x0000000000000018, packet_count 0, byte_count 0
478 …rity 65535, idle_timeout 0, hard_timeout 0, cookie 0x0000000000000019, packet_count 0, byte_count 0
486 …rity 65535, idle_timeout 0, hard_timeout 0, cookie 0x000000000000001a, packet_count 0, byte_count 0
498 …rity 65535, idle_timeout 0, hard_timeout 0, cookie 0x000000000000001b, packet_count 0, byte_count 0
[all …]
Dof10_p3295-vv.out512 …00f, priority 43207, reason DELETE, duration_sec 122, duration_nsec 0, packet_count 0, byte_count 0
519 …00d, priority 43209, reason DELETE, duration_sec 122, duration_nsec 0, packet_count 0, byte_count 0
525 …014, priority 43202, reason DELETE, duration_sec 122, duration_nsec 0, packet_count 0, byte_count 0
529 …015, priority 43201, reason DELETE, duration_sec 122, duration_nsec 0, packet_count 0, byte_count 0
536 …00e, priority 43208, reason DELETE, duration_sec 122, duration_nsec 0, packet_count 0, byte_count 0
544 …00c, priority 43210, reason DELETE, duration_sec 122, duration_nsec 0, packet_count 0, byte_count 0
550 …13, priority 43203, reason DELETE, duration_sec 122, duration_nsec 0, packet_count 13, byte_count …
555 …01, priority 54321, reason DELETE, duration_sec 122, duration_nsec 0, packet_count 100, byte_count…
562 …002, priority 54320, reason DELETE, duration_sec 122, duration_nsec 0, packet_count 0, byte_count 0
567 …003, priority 54319, reason DELETE, duration_sec 122, duration_nsec 0, packet_count 0, byte_count 0
[all …]
Dof10_pf5240-vv.out293 …rity 24300, idle_timeout 0, hard_timeout 0, cookie 0x0000000000000003, packet_count 0, byte_count 0
303 …rity 24200, idle_timeout 0, hard_timeout 0, cookie 0x0000000000000002, packet_count 0, byte_count 0
309 …rity 24100, idle_timeout 0, hard_timeout 0, cookie 0x0000000000000001, packet_count 0, byte_count 0
315 …rity 20700, idle_timeout 0, hard_timeout 0, cookie 0x0000000000000006, packet_count 0, byte_count 0
321 …rity 20600, idle_timeout 0, hard_timeout 0, cookie 0x0000000000000005, packet_count 0, byte_count 0
327 …rity 20500, idle_timeout 0, hard_timeout 0, cookie 0x0000000000000004, packet_count 0, byte_count 0
333 …rity 25800, idle_timeout 0, hard_timeout 0, cookie 0x0000000000000008, packet_count 0, byte_count 0
339 …rity 25400, idle_timeout 0, hard_timeout 0, cookie 0x0000000000000007, packet_count 0, byte_count 0
/external/lldb/examples/python/
Dgdbremote.py881 packet_count = {}
957 packet_count[packet_name] += 1
960 packet_count[packet_name] = 1
976 for key, vvv in packet_count.items():
986 res = sorted(packet_count, key=packet_count.__getitem__, reverse=True)
995 … print " %24s %.6f %.2f%% %6d" % (item, packet_total_time, packet_percent, packet_count[item])
997 … print " %24s %.6f %.2f%% %6d" % (item, packet_total_time, packet_percent, packet_count[item])