Home
last modified time | relevance | path

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

/external/libpcap/
Drpcap-protocol.h406 #define RPCAP_STARTCAPREQ_FLAG_DGRAM 0x00000002 /* Use a datagram (i.e. UDP) connection for the da… macro
Dpcap-rpcap.c1170 startcapreq->flags |= RPCAP_STARTCAPREQ_FLAG_DGRAM; in pcap_startcapture_remote()
/external/libpcap/rpcapd/
Ddaemon.c1615 … & RPCAP_STARTCAPREQ_FLAG_SERVEROPEN) || (startcapreq.flags & RPCAP_STARTCAPREQ_FLAG_DGRAM) || par… in daemon_msg_startcap_req()
1634 hints.ai_socktype = (startcapreq.flags & RPCAP_STARTCAPREQ_FLAG_DGRAM) ? SOCK_DGRAM : SOCK_STREAM; in daemon_msg_startcap_req()