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

/external/tcpdump/
H A Dip.h125 u_int8_t ipt_len; /* size of structure (variable) */ member in struct:ip_timestamp
/external/qemu/slirp/
H A Dip.h140 u_int8_t ipt_len; /* size of structure (variable) */ member in struct:ip_timestamp
H A Dip_input.c630 if (ipt->ipt_len < 5)
632 if (ipt->ipt_ptr > ipt->ipt_len - sizeof (int32_t)) {
645 sizeof(struct in_addr) > ipt->ipt_len)
659 sizeof(struct in_addr) > ipt->ipt_len)
/external/qemu/slirp-android/
H A Dip.h142 u_int8_t ipt_len; /* size of structure (variable) */ member in struct:ip_timestamp
H A Dip_input.c630 if (ipt->ipt_len < 5)
632 if (ipt->ipt_ptr > ipt->ipt_len - sizeof (int32_t)) {
645 sizeof(struct in_addr) > ipt->ipt_len)
659 sizeof(struct in_addr) > ipt->ipt_len)

Completed in 2761 milliseconds