Home
last modified time | relevance | path

Searched refs:authreply (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/libpcap/
H A Dpcap-rpcap.c1844 struct rpcap_authreply authreply; /* authentication reply message */ in rpcap_doauth() local
1959 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()
/freebsd-13.1/contrib/libpcap/rpcapd/
H A Ddaemon.c972 struct rpcap_authreply *authreply; // authentication reply message in daemon_msg_auth_req() local
1111 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()