Home
last modified time | relevance | path

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

/dports/net/sniffit/sniffit-sniffit-0.5/src/
H A Dsn_interface.c25 extern unsigned int *TCP_nr_of_packets, *ICMP_nr_of_packets, *UDP_nr_of_packets, *IP_nr_of_packets;
493 mvwprintw(packets_box.work_window,2,1,"ICMP packets/sec.: % 12u",(*ICMP_nr_of_packets)/INFO_TIMER); in packet_info_handler()
503 *ICMP_nr_of_packets=0; in packet_info_handler()
627 *ICMP_nr_of_packets=0; in clear_shared_mem()
789 *ICMP_nr_of_packets=0; in run_interface()
H A Dsn_data.h157 unsigned int *TCP_nr_of_packets, *ICMP_nr_of_packets, *UDP_nr_of_packets; variable
H A Dsniffit.c1411 (*ICMP_nr_of_packets)++; in check_mask()
1876 ICMP_nr_of_packets = TCP_bytes_in_packets + sizeof (unsigned long);
1877 UDP_nr_of_packets = ICMP_nr_of_packets + sizeof (int);