Lines Matching refs:nh
50 u_int nh; in ip6_finddst() local
60 nh = GET_U_1(ip6->ip6_nxt); in ip6_finddst()
66 switch (nh) { in ip6_finddst()
79 nh = GET_U_1(cp); in ip6_finddst()
89 nh = GET_U_1(cp); in ip6_finddst()
183 u_int nh; in nextproto6_cksum() local
188 nh = GET_U_1(ip6->ip6_nxt); in nextproto6_cksum()
189 switch (nh) { in nextproto6_cksum()
232 uint8_t ph, nh; in ip6_print() local
285 nh = GET_U_1(ip6->ip6_nxt); in ip6_print()
297 tok2str(ipproto_values,"unknown",nh), in ip6_print()
298 nh, in ip6_print()
326 nh != IPPROTO_TCP && nh != IPPROTO_UDP && in ip6_print()
327 nh != IPPROTO_DCCP && nh != IPPROTO_SCTP) { in ip6_print()
332 switch (nh) { in ip6_print()
361 nh = GET_U_1(cp); in ip6_print()
371 nh = GET_U_1(cp); in ip6_print()
381 nh = GET_U_1(cp); in ip6_print()
401 nh = GET_U_1(cp); in ip6_print()
413 nh = GET_U_1(cp); in ip6_print()
487 GET_U_1(ip6->ip6_hlim), nh, bp); in ip6_print()
491 ph = nh; in ip6_print()