Home
last modified time | relevance | path

Searched refs:fragh (Results 1 – 1 of 1) sorted by relevance

/src/contrib/tcpdump/
H A Dprint-icmp6.c1338 const struct ip6_frag *fragh; in get_upperlayer() local
1377 fragh = (const struct ip6_frag *)bp; in get_upperlayer()
1378 if (!ND_TTEST_2(fragh->ip6f_offlg)) in get_upperlayer()
1381 if ((GET_BE_U_2(fragh->ip6f_offlg) & IP6F_OFF_MASK) != 0) in get_upperlayer()
1383 nh = GET_U_1(fragh->ip6f_nxt); in get_upperlayer()