Home | History | Annotate | Download | only in tcpdump

Lines Matching full:hlen

2692 	u_int16_t hlen;
2728 hlen = ntohs(bgp.bgp_len);
2729 if (hlen < BGP_SIZE) {
2730 printf("\n[|BGP Bogus header length %u < %u]", hlen,
2735 if (TTEST2(p[0], hlen)) {
2736 if (!bgp_header_print(p, hlen))
2738 p += hlen;