Home
last modified time | relevance | path

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

/external/libpcap/
Drpcap-protocol.h299 struct rpcap_openreply struct
Dpcap-rpcap.c2120 struct rpcap_openreply openreply; /* open reply message */ in pcap_open_rpcap()
2276 sizeof(struct rpcap_openreply), &plen, errbuf) == -1) in pcap_open_rpcap()
/external/libpcap/rpcapd/
Ddaemon.c1464 struct rpcap_openreply *openreply; // open reply message in daemon_msg_open_req()
1500 RPCAP_MSG_OPEN_REPLY, 0, sizeof(struct rpcap_openreply)); in daemon_msg_open_req()
1502 openreply = (struct rpcap_openreply *) &sendbuf[sendbufidx]; in daemon_msg_open_req()
1504 if (sock_bufferize(NULL, sizeof(struct rpcap_openreply), NULL, &sendbufidx, in daemon_msg_open_req()
1508 memset(openreply, 0, sizeof(struct rpcap_openreply)); in daemon_msg_open_req()