Searched refs:tcap_len (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-bgp.c2526 u_int cap_type, cap_len, tcap_len, cap_offset; local
2553 tcap_len = cap_len;
2554 while (tcap_len >= 4) {
2563 tcap_len -= 4;
2573 tcap_len=cap_len;
2577 tcap_len-=2;
2579 while(tcap_len>=4) {
2588 tcap_len -= 4;
2613 tcap_len=cap_len;
2615 while (tcap_len !
[all...]

Completed in 89 milliseconds