Lines Matching refs:nh
52 u_int nh; in ip6_finddst() local
62 nh = GET_U_1(ip6->ip6_nxt); in ip6_finddst()
68 switch (nh) { in ip6_finddst()
81 nh = GET_U_1(cp); in ip6_finddst()
91 nh = GET_U_1(cp); in ip6_finddst()
185 u_int nh; in nextproto6_cksum() local
190 nh = GET_U_1(ip6->ip6_nxt); in nextproto6_cksum()
191 switch (nh) { in nextproto6_cksum()
234 uint8_t nh; in ip6_print() local
288 nh = GET_U_1(ip6->ip6_nxt); in ip6_print()
308 tok2str(ipproto_values,"unknown",nh), in ip6_print()
309 nh, in ip6_print()
332 nh != IPPROTO_TCP && nh != IPPROTO_UDP && in ip6_print()
333 nh != IPPROTO_DCCP && nh != IPPROTO_SCTP) { in ip6_print()
338 switch (nh) { in ip6_print()
347 nh = GET_U_1(cp); in ip6_print()
357 nh = GET_U_1(cp); in ip6_print()
367 nh = GET_U_1(cp); in ip6_print()
387 nh = GET_U_1(cp); in ip6_print()
399 nh = GET_U_1(cp); in ip6_print()
470 GET_U_1(ip6->ip6_hlim), nh, bp); in ip6_print()