Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:nh

530 	u_int nh;
539 nh = ip6->ip6_nxt;
545 switch(nh) {
550 *prot = nh;
563 nh = hbh->ip6h_nxt;
574 nh = fragh->ip6f_nxt;
582 nh = ah->ah_nxt;
587 *prot = nh; /* meaningless, but set here anyway */