Home
last modified time | relevance | path

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

/external/scapy/scapy/modules/
Dwinpcapy.py722 pcap_remoteact_accept = _lib.pcap_remoteact_accept variable
723 pcap_remoteact_accept.restype = SOCKET
724 pcap_remoteact_accept.argtypes = [STRING, STRING, STRING, STRING, POINTER(pcap_rmtauth), STRING]
/external/libpcap/
Dremote-ext.h454 PCAP_API SOCKET pcap_remoteact_accept(const char *address, const char *port, const char *hostlist, …
Dpcap-new.c1001 SOCKET pcap_remoteact_accept(const char *address, const char *port, const char *hostlist, char *con… in pcap_remoteact_accept() function