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

/freebsd-10.0-release/contrib/tcpdump/
H A Dforces.h401 static inline int ttlv_valid(u_int16_t ttlv) argument
403 if (ttlv > 0) {
404 if (ttlv == 1 || ttlv == 0x1000)
406 if (ttlv >= 0x10 && ttlv <= 0x11)
408 if (ttlv >= 0x110 && ttlv <= 0x116)
410 if (ttlv >= 0x8000)
H A Dprint-forces.c902 int ttlv = 0; local
928 ttlv = tops->flags >> 4;
962 ttlv--;
963 if (ttlv <= 0)
967 * XXX - if ttlv != 0, does that mean that the packet was too

Completed in 95 milliseconds