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

  /src/external/bsd/libpcap/dist/
rpcap-protocol.h 342 struct rpcap_auth struct
pcap-rpcap.c 1980 struct rpcap_auth *rpauth;
1995 length = sizeof(struct rpcap_auth);
1999 length = sizeof(struct rpcap_auth);
2032 length = sizeof(struct rpcap_auth);
2042 rpauth = (struct rpcap_auth *) &sendbuf[sendbufidx];
2044 if (sock_bufferize(NULL, sizeof(struct rpcap_auth), NULL,
2048 memset(rpauth, 0, sizeof(struct rpcap_auth));
  /src/external/bsd/libpcap/dist/rpcapd/
daemon.c 1223 struct rpcap_auth auth; // RPCAP authentication header
1228 status = rpcapd_recv(pars->sockctrl, pars->ssl, (char *) &auth, sizeof(struct rpcap_auth), &plen, errmsgbuf);

Completed in 27 milliseconds