Searched defs:ipq (Results 1 – 2 of 2) sorted by relevance
75 struct ipq { struct77 u_char ipq_ttl; /* time for reass q to live */ argument78 u_char ipq_p; /* protocol of this fragment */ argument79 u_short ipq_id; /* sequence id for reassembly */ argument80 struct mbuf *ipq_frags; /* to ip headers of fragments */ argument81 struct in_addr ipq_src,ipq_dst; argument82 u_char ipq_nfrags; /* # frags in this packet */ argument
246 struct ipqhead ipq[IPREASS_NHASH]; member