Searched defs:ipv6ext_frag (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ip.c502 struct ip6_frag *ipv6ext_frag; local
555 ipv6ext_frag = (struct ip6_frag *)data_ptr;
560 prt_fragment_hdr(flags, ipv6ext_frag);
567 if ((ipv6ext_frag->ip6f_offlg & IP6F_OFF_MASK) != 0)
570 proto = ipv6ext_frag->ip6f_nxt;
799 prt_fragment_hdr(int flags, const struct ip6_frag *ipv6ext_frag) argument
807 nxt_hdr = ipv6ext_frag->ip6f_nxt;
808 morefrag = (ipv6ext_frag->ip6f_offlg & IP6F_MORE_FRAG) == 0
810 fragoffset = ntohs(ipv6ext_frag->ip6f_offlg & IP6F_OFF_MASK);
811 fragident = ntohl(ipv6ext_frag
[all...]

Completed in 59 milliseconds