Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:nh

90 	int nh;
144 nh = ip6->ip6_nxt;
150 nh != IPPROTO_TCP && nh != IPPROTO_UDP &&
151 nh != IPPROTO_DCCP && nh != IPPROTO_SCTP) {
156 switch (nh) {
159 nh = *cp;
163 nh = *cp;
169 nh = *cp;
186 nh = *cp;
190 nh = *cp;
209 nh = *cp;
215 nh = enh & 0xff;
223 nh = enh & 0xff;
261 (void)ND_PRINT((ndo, "ip-proto-%d %d", nh, len));