Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/tcpdump/dist/
H A Dip6.h197 struct ip6_frag { struct
198 nd_uint8_t ip6f_nxt; /* next header */
199 nd_uint8_t ip6f_reserved; /* reserved field */
200 nd_uint16_t ip6f_offlg; /* offset, reserved, and flag */
201 nd_uint32_t ip6f_ident; /* identification */
/netbsd-src/sys/netinet/
H A Dip6.h247 struct ip6_frag { struct
248 u_int8_t ip6f_nxt; /* next header */
249 u_int8_t ip6f_reserved; /* reserved field */
250 u_int16_t ip6f_offlg; /* offset, reserved, and flag */
251 u_int32_t ip6f_ident; /* identification */