Home
last modified time | relevance | path

Searched defs:ipq (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/sys/netinet/
H A Dip_var.h75 struct ipq { struct
77 u_char ipq_ttl; /* time for reass q to live */ argument
78 u_char ipq_p; /* protocol of this fragment */ argument
79 u_short ipq_id; /* sequence id for reassembly */ argument
80 struct mbuf *ipq_frags; /* to ip headers of fragments */ argument
81 struct in_addr ipq_src,ipq_dst; argument
82 u_char ipq_nfrags; /* # frags in this packet */ argument
H A Dip_input.c246 struct ipqhead ipq[IPREASS_NHASH]; member