Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:proto

378 	struct protoent *proto;
485 ND_PRINT((ndo, " (ipip-proto-4)"));
523 if ((proto = getprotobynumber(ipds->nh)) != NULL)
524 ND_PRINT((ndo, " %s", proto->p_name));
526 ND_PRINT((ndo, " ip-proto-%d", ipds->nh));
564 struct protoent *proto;
645 (void)printf(", id %u, offset %u, flags [%s], proto %s (%u)",
699 if ((proto = getprotobynumber(ipds->ip->ip_p)) != NULL)
700 (void)printf(" %s", proto->p_name);
702 (void)printf(" ip-proto-%d", ipds->ip->ip_p);