#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. | |
| u_int | len | 
| Current size of the queue, in bytes. | |
| char * | buffer | 
| Buffer containing the packets to be sent. | |
Definition at line 27 of file Win32-Extensions.h.
| 
 | 
| 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(). | 
| 
 | 
| 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(). | 
| 
 | 
| 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(). | 
 documentation. Copyright (c) 2002-2003 Politecnico di Torino. All rights reserved.
documentation. Copyright (c) 2002-2003 Politecnico di Torino. All rights reserved.