Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dip_var.h59 struct ipq { struct
61 time_t ipq_expire; /* time_uptime when ipq expires */ argument
62 u_char ipq_nfrags; /* # frags in this packet */ argument
63 u_char ipq_p; /* protocol of this fragment */ argument
64 u_short ipq_id; /* sequence id for reassembly */ argument
65 int ipq_maxoff; /* total length of packet */ argument
66 struct mbuf *ipq_frags; /* to ip headers of fragments */ argument
67 struct in_addr ipq_src,ipq_dst; argument
68 struct label *ipq_label; /* MAC label */ argument
/freebsd/stand/libsa/
H A Dip.c135 struct ip_queue *ipq; in ip_reasm_free() local
149 struct ip_queue *ipq, *prev, *p; in ip_reasm_add() local
189 struct ip_queue *ipq, *last; in readipv4() local