Lines Matching defs:DPRINTF
72 #define DPRINTF(args...) do { \
118 DPRINTF("User requested exit\n");
192 DPRINTF("connected to %s on port %d\n", host.c_str(), port);
245 DPRINTF("pcap_lookupnet failed: %s\n", errbuf);
297 DPRINTF("tap read!\n");
433 DPRINTF("Begin poll loop\n");
443 DPRINTF("Connection rejected\n");
446 DPRINTF("Connection accepted\n");
455 DPRINTF("tap events: %x\n", tap_pfd->revents);
460 DPRINTF("Received packet from ethernet len=%d\n", len);
486 DPRINTF("Received data from peer: len=%d buffer_offset=%d "
494 DPRINTF("Sent packet to ethernet len = %d\n", data_len);
508 DPRINTF("Error on client socket\n");
515 DPRINTF("Calling it quits because of poll error\n");