Searched refs:npkt (Results 1 – 3 of 3) sorted by relevance
334 …uint32 npkt; /* Ordinal number of the packet (i.e. the first one captured has '1', the second one… member
576 unsigned int npkt; in pcap_read_nocb_remote() local579 npkt = ntohl(net_pkt_header->npkt); in pcap_read_nocb_remote()581 if (pr->TotCapt != npkt) in pcap_read_nocb_remote()583 pr->TotNetDrops += (npkt - pr->TotCapt); in pcap_read_nocb_remote()584 pr->TotCapt = npkt; in pcap_read_nocb_remote()
2340 net_pkt_header->npkt = htonl(++(session->TotCapt)); in daemon_thrdatamain()