Searched refs:RX_PACKET_TYPE_ACK (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/tcpdump/
H A Dprint-rx.c85 #define RX_PACKET_TYPE_ACK 2 macro
135 { RX_PACKET_TYPE_ACK, "ack" },
157 { RX_SLOW_START_OK, RX_PACKET_TYPE_ACK, "slow-start" },
667 } else if (rxh->type == RX_PACKET_TYPE_ACK)

Completed in 81 milliseconds