HomeSort by: relevance | last modified time | path
    Searched refs:pcap_rmtauth (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/libpcap/dist/
pcap-rpcap.h 41 int read_timeout, struct pcap_rmtauth *auth, char *errbuf);
47 struct pcap_rmtauth *auth, pcap_if_t **alldevs, char *errbuf);
pcap-new.c 73 int pcap_findalldevs_ex(const char *source, struct pcap_rmtauth *auth, pcap_if_t **alldevs, char *errbuf)
406 pcap_t *pcap_open(const char *source, int snaplen, int flags, int read_timeout, struct pcap_rmtauth *auth, char *errbuf)
pcap-rpcap.c 1975 int *byte_swapped, struct pcap_rmtauth *auth, char *errbuf)
2264 rpcap_setup_session(const char *source, struct pcap_rmtauth *auth,
2442 pcap_t *pcap_open_rpcap(const char *source, int snaplen, int flags, int read_timeout, struct pcap_rmtauth *auth, char *errbuf)
2616 pcap_findalldevs_ex_remote(const char *source, struct pcap_rmtauth *auth, pcap_if_t **alldevs, char *errbuf)
2924 PCAP_SOCKET pcap_remoteact_accept_ex(const char *address, const char *port, const char *hostlist, char *connectinghost, struct pcap_rmtauth *auth, int uses_ssl, char *errbuf)
3117 PCAP_SOCKET pcap_remoteact_accept(const char *address, const char *port, const char *hostlist, char *connectinghost, struct pcap_rmtauth *auth, char *errbuf)
  /src/external/bsd/libpcap/dist/pcap/
pcap.h 1051 * These are used in the 'type' member of the pcap_rmtauth structure.
1058 * applications can just put every field of struct pcap_rmtauth to zero,
1091 struct pcap_rmtauth struct
1140 int read_timeout, struct pcap_rmtauth *auth, char *errbuf);
1171 struct pcap_rmtauth *auth, pcap_if_t **alldevs, char *errbuf);
1253 struct pcap_rmtauth *auth, char *errbuf);
1258 struct pcap_rmtauth *auth, int uses_ssl, char *errbuf);
  /src/external/bsd/libpcap/dist/testprogs/
findalldevstest.c 108 struct pcap_rmtauth auth;

Completed in 20 milliseconds