Home
last modified time | relevance | path

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

/external/libpcap/
Drpcap-protocol.h334 …uint32 npkt; /* Ordinal number of the packet (i.e. the first one captured has '1', the second one… member
Dpcap-rpcap.c576 unsigned int npkt; in pcap_read_nocb_remote() local
579 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()
/external/libpcap/rpcapd/
Ddaemon.c2340 net_pkt_header->npkt = htonl(++(session->TotCapt)); in daemon_thrdatamain()