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

/external/qemu/slirp/
H A Dip.h211 * They are timed out after ipq_ttl drops to 0, and may also
218 u_int8_t ipq_ttl; /* time for reass q to live */ member in struct:ipq
H A Dip_input.c296 fp->ipq_ttl = IPFRAGTTL;
482 if (--fp->ipq_ttl == 0) {
/external/qemu/slirp-android/
H A Dip.h213 * They are timed out after ipq_ttl drops to 0, and may also
220 u_int8_t ipq_ttl; /* time for reass q to live */ member in struct:ipq
H A Dip_input.c296 fp->ipq_ttl = IPFRAGTTL;
482 if (--fp->ipq_ttl == 0) {

Completed in 829 milliseconds