Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:nh

52 	u_int nh;
61 nh = ip6->ip6_nxt;
67 switch (nh) {
81 nh = *cp;
92 nh = *cp;
222 int nh;
281 nh = ip6->ip6_nxt;
289 nh != IPPROTO_TCP && nh != IPPROTO_UDP &&
290 nh != IPPROTO_DCCP && nh != IPPROTO_SCTP) {
295 switch (nh) {
300 nh = *cp;
306 nh = *cp;
312 nh = *cp;
329 nh = *cp;
336 nh = *cp;
357 nh = *cp;
365 nh = enh & 0xff;
415 ND_PRINT((ndo, "ip-proto-%d %d", nh, len));