Searched refs:pcap_sendqueue_alloc (Results 1 – 3 of 3) sorted by relevance
668 pcap_sendqueue_alloc = _lib.pcap_sendqueue_alloc variable669 pcap_sendqueue_alloc.restype = POINTER(pcap_send_queue)670 pcap_sendqueue_alloc.argtypes = [c_uint]
808 PCAP_API pcap_send_queue* pcap_sendqueue_alloc(u_int memsize);
3804 pcap_sendqueue_alloc(u_int memsize) function