Main Page   Modules   Data Structures   File List   Data Fields   Globals  

pcap_send_queue Struct Reference

A queue of raw packets that will be sent to the network with pcap_sendqueue_transmit(). More...

#include <Win32-Extensions.h>


Data Fields

u_int maxlen
 Maximum size of the the queue, in bytes. This variable contains the size of the buffer field. More...

u_int len
 Current size of the queue, in bytes. More...

char * buffer
 Buffer containing the packets to be sent. More...


Detailed Description

A queue of raw packets that will be sent to the network with pcap_sendqueue_transmit().

Definition at line 27 of file Win32-Extensions.h.


Field Documentation

char* buffer
 

Buffer containing the packets to be sent.

Definition at line 30 of file Win32-Extensions.h.

Referenced by pcap_sendqueue_alloc, pcap_sendqueue_destroy, and pcap_sendqueue_transmit.

u_int len
 

Current size of the queue, in bytes.

Definition at line 29 of file Win32-Extensions.h.

Referenced by pcap_sendqueue_alloc, pcap_sendqueue_queue, and pcap_sendqueue_transmit.

u_int maxlen
 

Maximum size of the the queue, in bytes. This variable contains the size of the buffer field.

Definition at line 28 of file Win32-Extensions.h.

Referenced by pcap_sendqueue_alloc.


The documentation for this struct was generated from the following file:

documentation. Copyright (c) 2002 Politecnico di Torino. All rights reserved.