Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-rpcap.c1985 struct rpcap_authreply authreply; /* authentication reply message */ in rpcap_doauth() local
2131 if (rpcap_recv(sockctrl, ssl, (char *)&authreply, in rpcap_doauth()
2146 if (authreply.minvers > authreply.maxvers) in rpcap_doauth()
2158 their_byte_order_magic = authreply.byte_order_magic; in rpcap_doauth()
2172 authreply.minvers = 0; in rpcap_doauth()
2173 authreply.maxvers = 0; in rpcap_doauth()
2186 ourvers = authreply.maxvers; in rpcap_doauth()
2209 if (ourvers < authreply.minvers) in rpcap_doauth()
/freebsd/contrib/libpcap/rpcapd/
H A Ddaemon.c1226 struct rpcap_authreply *authreply; // authentication reply message in daemon_msg_auth_req() local
1365 authreply = (struct rpcap_authreply *) &sendbuf[sendbufidx]; in daemon_msg_auth_req()
1378 memset(authreply, 0, sizeof(struct rpcap_authreply)); in daemon_msg_auth_req()
1379 authreply->minvers = RPCAP_MIN_VERSION; in daemon_msg_auth_req()
1380 authreply->maxvers = RPCAP_MAX_VERSION; in daemon_msg_auth_req()
1381 authreply->byte_order_magic = RPCAP_BYTE_ORDER_MAGIC; in daemon_msg_auth_req()