Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Drpcap-protocol.h376 #define RPCAP_MSG_OPEN_REQ 0x03 /* Request to open a remote device */ macro
387 #define RPCAP_MSG_OPEN_REPLY (RPCAP_MSG_OPEN_REQ | RPCAP_MSG_IS_REPLY) /* The remote device has b…
H A Dpcap-rpcap.c2513 RPCAP_MSG_OPEN_REQ, 0, (uint32) strlen(iface)); in pcap_open_rpcap()
2525 RPCAP_MSG_OPEN_REQ, &header, errbuf) == -1) in pcap_open_rpcap()
/freebsd/contrib/libpcap/rpcapd/
H A Ddaemon.c631 case RPCAP_MSG_OPEN_REQ: in daemon_serviceloop()
856 case RPCAP_MSG_OPEN_REQ: in daemon_serviceloop()