ip6_frag
length += sizeof (struct ip6_frag);
struct ip6_frag *ipv6ext_frag;
ipv6ext_frag = (struct ip6_frag *)data_ptr;
exthdrlen = sizeof (struct ip6_frag);
static void prt_fragment_hdr(int, const struct ip6_frag *);
prt_fragment_hdr(int flags, const struct ip6_frag *ipv6ext_frag)
length += sizeof (struct ip6_frag);
struct ip6_frag eh_frag = {
struct ip6_frag eh_frag = {
struct ip6_frag *frag;
frag = (struct ip6_frag *)((char *)fin->fin_dp - sizeof(*frag));
typedef struct ip6_frag ip6_frag_t;