Home
last modified time | relevance | path

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

/external/libpcap/
Drpcap-protocol.h259 struct rpcap_openreply struct
Dpcap-rpcap.c2324 struct rpcap_openreply openreply; /* open reply message */ in pcap_open_rpcap()
2400 sizeof(struct rpcap_openreply), &plen, errbuf) == -1) in pcap_open_rpcap()
/external/libpcap/rpcapd/
Ddaemon.c1845 struct rpcap_openreply *openreply; // open reply message in daemon_msg_open_req()
1886 RPCAP_MSG_OPEN_REPLY, 0, sizeof(struct rpcap_openreply)); in daemon_msg_open_req()
1888 openreply = (struct rpcap_openreply *) &sendbuf[sendbufidx]; in daemon_msg_open_req()
1890 if (sock_bufferize(NULL, sizeof(struct rpcap_openreply), NULL, &sendbufidx, in daemon_msg_open_req()
1894 memset(openreply, 0, sizeof(struct rpcap_openreply)); in daemon_msg_open_req()