Searched refs:rpcap_authreply (Results 1 – 3 of 3) sorted by relevance
160 struct rpcap_authreply struct
1985 struct rpcap_authreply authreply; /* authentication reply message */ in rpcap_doauth()2116 reply_len = sizeof(struct rpcap_authreply); in rpcap_doauth()
1226 struct rpcap_authreply *authreply; // authentication reply message in daemon_msg_auth_req()1363 RPCAP_MSG_AUTH_REPLY, 0, sizeof(struct rpcap_authreply)); in daemon_msg_auth_req()1365 authreply = (struct rpcap_authreply *) &sendbuf[sendbufidx]; in daemon_msg_auth_req()1367 if (sock_bufferize(NULL, sizeof(struct rpcap_authreply), NULL, &sendbufidx, in daemon_msg_auth_req()1378 memset(authreply, 0, sizeof(struct rpcap_authreply)); in daemon_msg_auth_req()