Home
last modified time | relevance | path

Searched refs:ipt (Results 1 – 6 of 6) sorted by relevance

/external/qemu/slirp/
Dip_input.c505 register struct ip_timestamp *ipt; local
629 ipt = (struct ip_timestamp *)cp;
630 if (ipt->ipt_len < 5)
632 if (ipt->ipt_ptr > ipt->ipt_len - sizeof (int32_t)) {
633 if (++ipt->ipt_oflw == 0)
637 sin = (struct in_addr *)(cp + ipt->ipt_ptr - 1);
638 switch (ipt->ipt_flg) {
644 if (ipt->ipt_ptr + sizeof(n_time) +
645 sizeof(struct in_addr) > ipt->ipt_len)
654 ipt->ipt_ptr += sizeof(struct in_addr);
[all …]
/external/qemu/slirp-android/
Dip_input.c505 register struct ip_timestamp *ipt; local
629 ipt = (struct ip_timestamp *)cp;
630 if (ipt->ipt_len < 5)
632 if (ipt->ipt_ptr > ipt->ipt_len - sizeof (int32_t)) {
633 if (++ipt->ipt_oflw == 0)
637 sin = (struct in_addr *)(cp + ipt->ipt_ptr - 1);
638 switch (ipt->ipt_flg) {
644 if (ipt->ipt_ptr + sizeof(n_time) +
645 sizeof(struct in_addr) > ipt->ipt_len)
654 ipt->ipt_ptr += sizeof(struct in_addr);
[all …]
/external/tcpdump/
Dip.h128 #define IPTS_OFLW(ip) (((ipt)->ipt_oflwflg & 0xf0) >> 4)
129 #define IPTS_FLG(ip) ((ipt)->ipt_oflwflg & 0x0f)
/external/iproute2/doc/actions/
Dactions-general84 tc filter add ..... u32 <u32 syntax> action ipt -j <iptables target syntax>
89 action ipt -j mark --set-mark 2
145 action ipt -j mark --set-mark 1 index 2 \
153 action ipt -j mark --set-mark 2 \
160 action ipt -j mark --set-mark 3 \
Difb-README61 action ipt -j MARK --set-mark 1 \
/external/iproute2/
DChangeLog159 * Fix for options process with ipt