OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:authreply
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/libpcap/dist/
pcap-rpcap.c
1985
struct rpcap_authreply
authreply
; /* authentication reply message */
local
2131
if (rpcap_recv(sockctrl, ssl, (char *)&
authreply
,
2146
if (
authreply
.minvers >
authreply
.maxvers)
2158
their_byte_order_magic =
authreply
.byte_order_magic;
2172
authreply
.minvers = 0;
2173
authreply
.maxvers = 0;
2186
ourvers =
authreply
.maxvers;
2209
if (ourvers <
authreply
.minvers)
/src/external/bsd/libpcap/dist/rpcapd/
daemon.c
1226
struct rpcap_authreply *
authreply
; // authentication reply message
local
1365
authreply
= (struct rpcap_authreply *) &sendbuf[sendbufidx];
1378
memset(
authreply
, 0, sizeof(struct rpcap_authreply));
1379
authreply
->minvers = RPCAP_MIN_VERSION;
1380
authreply
->maxvers = RPCAP_MAX_VERSION;
1381
authreply
->byte_order_magic = RPCAP_BYTE_ORDER_MAGIC;
Completed in 56 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026