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

/freebsd-12-stable/contrib/libpcap/
H A Dpcap-rpcap.c1844 struct rpcap_authreply authreply; /* authentication reply message */ local
1959 if (rpcap_recv(sockctrl, (char *)&authreply,
1974 if (authreply.minvers > authreply.maxvers)
1987 authreply.minvers = 0;
1988 authreply.maxvers = 0;
1994 ourvers = authreply.maxvers;
2017 if (ourvers < authreply.minvers)
/freebsd-12-stable/contrib/libpcap/rpcapd/
H A Ddaemon.c972 struct rpcap_authreply *authreply; // authentication reply message local
1111 authreply = (struct rpcap_authreply *) &sendbuf[sendbufidx];
1120 memset(authreply, 0, sizeof(struct rpcap_authreply));
1121 authreply->minvers = RPCAP_MIN_VERSION;
1122 authreply->maxvers = RPCAP_MAX_VERSION;

Completed in 280 milliseconds