Lines Matching refs:uint32
138 typedef unsigned int uint32; /* 32-bit unsigned integer */ typedef
150 uint32 plen; /* Length of the payload of this RPCAP message */
165 uint32 byte_order_magic; /* RPCAP_BYTE_ORDER_MAGIC, in server byte order */
190 uint32 flags; /* Interface flags */
251 uint32 addr; /* IPv4 address */
263 uint32 flowinfo; /* IPv6 flow information */
265 uint32 scope_id; /* Scope zone index */
291 uint32 snaplen; /* Length of the snapshot (number of bytes to capture for each packet) */
292 uint32 read_timeout; /* Read timeout in milliseconds */
317 uint32 timestamp_sec; /* 'struct timeval' compatible, it represents the 'tv_sec' field */
318 uint32 timestamp_usec; /* 'struct timeval' compatible, it represents the 'tv_usec' field */
319 uint32 caplen; /* Length of portion present in the capture */
320 uint32 len; /* Real length of this packet (off wire) */
321 …uint32 npkt; /* Ordinal number of the packet (i.e. the first one captured has '1', the second one…
329 …uint32 nitems; /* Number of items contained into the filter (e.g. BPF instructions for BPF filter…
353 uint32 ifrecv; /* Packets received by the kernel filter (i.e. pcap_stats.ps_recv) */
354 …uint32 ifdrop; /* Packets dropped by the network interface (e.g. not enough buffers) (i.e. pcap_s…
355 uint32 krnldrop; /* Packets dropped by the kernel filter (i.e. pcap_stats.ps_drop) */
356 uint32 svrcapt; /* Packets captured by the RPCAP daemon and sent on the network */
365 uint32 value; /* Parameter related to the sampling method */
447 …d rpcap_createhdr(struct rpcap_header *header, uint8 ver, uint8 type, uint16 value, uint32 length);