Searched refs:pcap_remoteact_list (Results 1 - 3 of 3) sorted by relevance

/external/libpcap/
H A Dremote-ext.h455 PCAP_API int pcap_remoteact_list(char *hostlist, char sep, int size, char *errbuf);
H A Dpcap-new.c1223 int pcap_remoteact_list(char *hostlist, char sep, int size, char *errbuf) function
/external/scapy/scapy/modules/
H A Dwinpcapy.py738 #int pcap_remoteact_list (char *hostlist, char sep, int size, char *errbuf)
740 pcap_remoteact_list = _lib.pcap_remoteact_list variable
741 pcap_remoteact_list.restype = c_int
742 pcap_remoteact_list.argtypes = [STRING, c_char, c_int, STRING]

Completed in 235 milliseconds