Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/libpcap/dist/
Drpcap-protocol.h382 #define RPCAP_MSG_PACKET 0x07 /* This is a 'data' message, which carries a netw… macro
Dpcap-rpcap-unix.c71 #define RPCAP_MSG_PACKET 7 /*!< This is a 'data' message, which ca… macro
Dpcap-rpcap.c576 if (header->type != RPCAP_MSG_PACKET) in pcap_read_nocb_remote()