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

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c5479 #define ICMP_MIN_TCP_HDR 8 macro
5542 * is not IPPROTO_TCP or if we don't have at least ICMP_MIN_TCP_HDR
5547 (uchar_t *)tcpha + ICMP_MIN_TCP_HDR > mp->b_wptr) {
5665 * have at least ICMP_MIN_TCP_HDR bytes of TCP header drop the
5669 ((uchar_t *)tcpha + ICMP_MIN_TCP_HDR) > mp->b_wptr) {

Completed in 102 milliseconds