Home
last modified time | relevance | path

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

/external/libpcap/
Drpcap-protocol.h355 struct rpcap_auth struct
Dpcap-rpcap.c1896 struct rpcap_auth *rpauth; in rpcap_sendauth()
1906 length = sizeof(struct rpcap_auth); in rpcap_sendauth()
1910 length = sizeof(struct rpcap_auth); in rpcap_sendauth()
1943 length = sizeof(struct rpcap_auth); in rpcap_sendauth()
1954 rpauth = (struct rpcap_auth *) &sendbuf[sendbufidx]; in rpcap_sendauth()
1956 if (sock_bufferize(NULL, sizeof(struct rpcap_auth), NULL, in rpcap_sendauth()
1960 memset(rpauth, 0, sizeof(struct rpcap_auth)); in rpcap_sendauth()
/external/libpcap/rpcapd/
Ddaemon.c973 struct rpcap_auth auth; // RPCAP authentication header in daemon_msg_auth_req()
975 …status = rpcapd_recv(pars->sockctrl_in, (char *) &auth, sizeof(struct rpcap_auth), &plen, errmsgbu… in daemon_msg_auth_req()