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

  /src/external/bsd/libpcap/dist/
rpcap-protocol.h 160 struct rpcap_authreply struct
pcap-rpcap.c 1985 struct rpcap_authreply authreply; /* authentication reply message */
2116 reply_len = sizeof(struct rpcap_authreply);
  /src/external/bsd/libpcap/dist/rpcapd/
daemon.c 1226 struct rpcap_authreply *authreply; // authentication reply message
1363 RPCAP_MSG_AUTH_REPLY, 0, sizeof(struct rpcap_authreply));
1365 authreply = (struct rpcap_authreply *) &sendbuf[sendbufidx];
1367 if (sock_bufferize(NULL, sizeof(struct rpcap_authreply), NULL, &sendbufidx,
1378 memset(authreply, 0, sizeof(struct rpcap_authreply));

Completed in 32 milliseconds