Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:nh

370 	u_char  nh;
381 switch (ipds->nh) {
384 ipds->nh = *ipds->cp;
402 ipds->nh = enh & 0xff;
414 ipds->nh = enh & 0xff;
523 if ((proto = getprotobynumber(ipds->nh)) != NULL)
526 ND_PRINT((ndo, " ip-proto-%d", ipds->nh));
535 u_int length, u_int nh,
544 ipd.nh = nh;
678 ipds->nh = ipds->ip->ip_p;
680 if (ipds->nh != IPPROTO_TCP && ipds->nh != IPPROTO_UDP &&
681 ipds->nh != IPPROTO_SCTP && ipds->nh != IPPROTO_DCCP) {