Searched refs:authreply (Results 1 – 2 of 2) sorted by relevance
1844 struct rpcap_authreply authreply; /* authentication reply message */ in rpcap_doauth() local1959 if (rpcap_recv(sockctrl, (char *)&authreply, in rpcap_doauth()1974 if (authreply.minvers > authreply.maxvers) in rpcap_doauth()1987 authreply.minvers = 0; in rpcap_doauth()1988 authreply.maxvers = 0; in rpcap_doauth()1994 ourvers = authreply.maxvers; in rpcap_doauth()2017 if (ourvers < authreply.minvers) in rpcap_doauth()
972 struct rpcap_authreply *authreply; // authentication reply message in daemon_msg_auth_req() local1111 authreply = (struct rpcap_authreply *) &sendbuf[sendbufidx]; in daemon_msg_auth_req()1120 memset(authreply, 0, sizeof(struct rpcap_authreply)); in daemon_msg_auth_req()1121 authreply->minvers = RPCAP_MIN_VERSION; in daemon_msg_auth_req()1122 authreply->maxvers = RPCAP_MAX_VERSION; in daemon_msg_auth_req()