Home
last modified time | relevance | path

Searched refs:FRAG_ATTEMPTS (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/stand/lib/inet/
H A Dipv4_impl.h42 #define FRAG_ATTEMPTS 1 /* Try twice to get all the fragments */ macro
H A Dipv4.c933 if (++input_attempts > FRAG_ATTEMPTS) { in ipv4_input()