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

/openbsd-current/sys/netinet/
H A Dip_var.h189 * They are timed out after ipq_ttl drops to 0, and may also
194 u_int8_t ipq_ttl; /* time for reass q to live */ member in struct:ipq
H A Dip_input.c964 fp->ipq_ttl = IPFRAGTTL;
1145 if (--fp->ipq_ttl == 0) {

Completed in 134 milliseconds