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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_var.h91 * They are timed out after ipq_ttl drops to 0, and may also
96 u_char ipq_ttl; /* time for reass q to live */ member in struct:ipq
H A Dip_input.c1317 fp->ipq_ttl = IPFRAGTTL;
1584 --fp->ipq_ttl;
1586 if (fp->prev->ipq_ttl == 0) {

Completed in 66 milliseconds