Home
last modified time | relevance | path

Searched refs:pcap_rmtauth (Results 1 – 6 of 6) sorted by relevance

/external/libpcap/
Dpcap-rpcap.h41 int read_timeout, struct pcap_rmtauth *auth, char *errbuf);
46 int pcap_findalldevs_ex_remote(char *source, struct pcap_rmtauth *auth,
Dpcap-new.c69 int pcap_findalldevs_ex(char *source, struct pcap_rmtauth *auth, pcap_if_t **alldevs, char *errbuf) in pcap_findalldevs_ex()
353 pcap_t *pcap_open(const char *source, int snaplen, int flags, int read_timeout, struct pcap_rmtauth in pcap_open()
Dpcap-rpcap.c158 static int rpcap_sendauth(SOCKET sock, uint8 *ver, struct pcap_rmtauth *auth, char *errbuf);
1809 static int rpcap_doauth(SOCKET sockctrl, uint8 *ver, struct pcap_rmtauth *auth, char *errbuf) in rpcap_doauth()
1890 static int rpcap_sendauth(SOCKET sock, uint8 *ver, struct pcap_rmtauth *auth, char *errbuf) in rpcap_sendauth()
2102 …(const char *source, int snaplen, int flags, int read_timeout, struct pcap_rmtauth *auth, char *er… in pcap_open_rpcap()
2344 pcap_findalldevs_ex_remote(char *source, struct pcap_rmtauth *auth, pcap_if_t **alldevs, char *errb… in pcap_findalldevs_ex_remote()
2704 … const char *port, const char *hostlist, char *connectinghost, struct pcap_rmtauth *auth, char *er… in pcap_remoteact_accept()
/external/libpcap/pcap/
Dpcap.h788 struct pcap_rmtauth struct
836 int read_timeout, struct pcap_rmtauth *auth, char *errbuf); argument
861 PCAP_API int pcap_findalldevs_ex(char *source, struct pcap_rmtauth *auth,
963 struct pcap_rmtauth *auth, char *errbuf);
/external/scapy/scapy/modules/
Dwinpcapy.py604 class pcap_rmtauth(Structure): class
694 …pcap_findalldevs_ex.argtypes = [STRING, POINTER(pcap_rmtauth), POINTER(POINTER(pcap_if_t)), STRING]
712 pcap_open.argtypes = [STRING, c_int, c_int, c_int, POINTER(pcap_rmtauth), STRING]
724 pcap_remoteact_accept.argtypes = [STRING, STRING, STRING, STRING, POINTER(pcap_rmtauth), STRING]
/external/libpcap/testprogs/
Dfindalldevstest.c105 struct pcap_rmtauth auth; in main()