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

  /external/libpcap/
remote-ext.h 303 * This value has to be used within the 'type' member of the pcap_rmtauth structure.
305 * can just put every field of struct pcap_rmtauth to zero, and it does work.
316 * This value has to be used within the 'type' member of the pcap_rmtauth structure.
340 struct pcap_rmtauth struct
419 PCAP_API pcap_t *pcap_open(const char *source, int snaplen, int flags, int read_timeout, struct pcap_rmtauth *auth, char *errbuf);
422 PCAP_API int pcap_findalldevs_ex(char *source, struct pcap_rmtauth *auth, pcap_if_t **alldevs, char *errbuf);
454 PCAP_API SOCKET pcap_remoteact_accept(const char *address, const char *port, const char *hostlist, char *connectinghost, struct pcap_rmtauth *auth, char *errbuf);
pcap-rpcap.h 453 int pcap_opensource_remote(pcap_t *p, struct pcap_rmtauth *auth);
460 int rpcap_sendauth(SOCKET sock, struct pcap_rmtauth *auth, char *errbuf);
pcap-new.c 87 int pcap_findalldevs_ex(char *source, struct pcap_rmtauth *auth, pcap_if_t **alldevs, char *errbuf)
897 pcap_t *pcap_open(const char *source, int snaplen, int flags, int read_timeout, struct pcap_rmtauth *auth, char *errbuf)
1001 SOCKET pcap_remoteact_accept(const char *address, const char *port, const char *hostlist, char *connectinghost, struct pcap_rmtauth *auth, char *errbuf)
    [all...]
pcap-rpcap.c 699 int pcap_opensource_remote(pcap_t *fp, struct pcap_rmtauth *auth)
    [all...]
  /external/scapy/scapy/modules/
winpcapy.py 602 ## struct pcap_rmtauth
604 class pcap_rmtauth(Structure): class in inherits:Structure
690 #int pcap_findalldevs_ex (char *source, struct pcap_rmtauth *auth, pcap_if_t **alldevs, char *errbuf)
694 pcap_findalldevs_ex.argtypes = [STRING, POINTER(pcap_rmtauth), POINTER(POINTER(pcap_if_t)), STRING]
708 #pcap_t * pcap_open (const char *source, int snaplen, int flags, int read_timeout, struct pcap_rmtauth *auth, char *errbuf)
712 pcap_open.argtypes = [STRING, c_int, c_int, c_int, POINTER(pcap_rmtauth), STRING]
720 #SOCKET pcap_remoteact_accept (const char *address, const char *port, const char *hostlist, char *connectinghost, struct pcap_rmtauth *auth, char *errbuf)
724 pcap_remoteact_accept.argtypes = [STRING, STRING, STRING, STRING, POINTER(pcap_rmtauth), STRING]

Completed in 101 milliseconds