HomeSort by relevance Sort by last modified time
    Searched refs:pcap_open (Results 1 - 3 of 3) sorted by null

  /external/libpcap/
remote-ext.h 57 * It includes all new definitions (structures and functions like pcap_open().
121 * The formats allowed by the pcap_open() are the following:
419 PCAP_API pcap_t *pcap_open(const char *source, int snaplen, int flags, int read_timeout, struct pcap_rmtauth *auth, char *errbuf);
pcap-new.c 897 pcap_t *pcap_open(const char *source, int snaplen, int flags, int read_timeout, struct pcap_rmtauth *auth, char *errbuf) function
    [all...]
  /external/scapy/scapy/modules/
winpcapy.py 546 ## Flags defined in the pcap_open() function
691 # Create a list of network devices that can be opened with pcap_open().
708 #pcap_t * pcap_open (const char *source, int snaplen, int flags, int read_timeout, struct pcap_rmtauth *auth, char *errbuf)
710 pcap_open = _lib.pcap_open variable
711 pcap_open.restype = POINTER(pcap_t)
712 pcap_open.argtypes = [STRING, c_int, c_int, c_int, POINTER(pcap_rmtauth), STRING]

Completed in 65 milliseconds