Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:nh

317 	u_char  nh;
329 switch (ipds->nh) {
332 ipds->nh = *ipds->cp;
350 ipds->nh = enh & 0xff;
362 ipds->nh = enh & 0xff;
485 if (ndo->ndo_nflag==0 && (proto = getprotobynumber(ipds->nh)) != NULL)
488 ND_PRINT((ndo, " ip-proto-%d", ipds->nh));
497 u_int length, u_int nh,
506 ipd.nh = nh;
643 ipds->nh = ipds->ip->ip_p;
645 if (ipds->nh != IPPROTO_TCP && ipds->nh != IPPROTO_UDP &&
646 ipds->nh != IPPROTO_SCTP && ipds->nh != IPPROTO_DCCP) {