Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dip6.h201 struct ip6_frag { struct
202 nd_uint8_t ip6f_nxt; /* next header */
203 nd_uint8_t ip6f_reserved; /* reserved field */
204 nd_uint16_t ip6f_offlg; /* offset, reserved, and flag */
205 nd_uint32_t ip6f_ident; /* identification */
/freebsd/sys/netinet/
H A Dip6.h234 struct ip6_frag { struct
235 u_int8_t ip6f_nxt; /* next header */
236 u_int8_t ip6f_reserved; /* reserved field */
237 u_int16_t ip6f_offlg; /* offset, reserved, and flag */
238 u_int32_t ip6f_ident; /* identification */