Searched defs:ipq (Results 1 – 2 of 2) sorted by relevance
59 struct ipq { struct61 u_char ipq_ttl; /* time for reass q to live */ argument62 u_char ipq_p; /* protocol of this fragment */ argument63 u_short ipq_id; /* sequence id for reassembly */ argument64 int ipq_maxoff; /* total length of packet */ argument65 struct mbuf *ipq_frags; /* to ip headers of fragments */ argument66 struct in_addr ipq_src,ipq_dst; argument67 u_char ipq_nfrags; /* # frags in this packet */ argument68 struct label *ipq_label; /* MAC label */ argument