Searched refs:FRAG_ATTEMPTS (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/stand/lib/inet/ | ||
H A D | ipv4_impl.h | 42 #define FRAG_ATTEMPTS 1 /* Try twice to get all the fragments */ macro |
H A D | ipv4.c | 933 if (++input_attempts > FRAG_ATTEMPTS) { in ipv4_input() |