Home
last modified time | relevance | path

Searched refs:rpcap_authreply (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/libpcap/
H A Drpcap-protocol.h160 struct rpcap_authreply struct
H A Dpcap-rpcap.c1985 struct rpcap_authreply authreply; /* authentication reply message */ in rpcap_doauth()
2116 reply_len = sizeof(struct rpcap_authreply); in rpcap_doauth()
/freebsd/contrib/libpcap/rpcapd/
H A Ddaemon.c1226 struct rpcap_authreply *authreply; // authentication reply message in daemon_msg_auth_req()
1363 RPCAP_MSG_AUTH_REPLY, 0, sizeof(struct rpcap_authreply)); in daemon_msg_auth_req()
1365 authreply = (struct rpcap_authreply *) &sendbuf[sendbufidx]; in daemon_msg_auth_req()
1367 if (sock_bufferize(NULL, sizeof(struct rpcap_authreply), NULL, &sendbufidx, in daemon_msg_auth_req()
1378 memset(authreply, 0, sizeof(struct rpcap_authreply)); in daemon_msg_auth_req()