Home
last modified time | relevance | path

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

/external/scapy/scapy/modules/
Dwinpcapy.py668 pcap_sendqueue_alloc = _lib.pcap_sendqueue_alloc variable
669 pcap_sendqueue_alloc.restype = POINTER(pcap_send_queue)
670 pcap_sendqueue_alloc.argtypes = [c_uint]
/external/libpcap/pcap/
Dpcap.h808 PCAP_API pcap_send_queue* pcap_sendqueue_alloc(u_int memsize);
/external/libpcap/
Dpcap.c3804 pcap_sendqueue_alloc(u_int memsize) function