HomeSort by relevance Sort by last modified time
    Searched refs:ipt (Results 1 - 9 of 9) sorted by null

  /external/qemu/slirp/
ip_input.c 505 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
    [all...]
  /external/qemu/slirp-android/
ip_input.c 505 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
    [all...]
  /external/iptables/
release.sh 7 TMPDIR=/tmp/ipt-release
  /external/tcpdump/
ip.h 128 #define IPTS_OFLW(ip) (((ipt)->ipt_oflwflg & 0xf0) >> 4)
129 #define IPTS_FLG(ip) ((ipt)->ipt_oflwflg & 0x0f)
  /external/iptables/iptables/
iptables-apply 128 if ! grep -q ipt /proc/modules 2>/dev/null; then
  /external/opencv/cv/src/
cvlkpyramid.cpp 49 CvPoint ipt; local
51 ipt.x = cvFloor( pt.x );
52 ipt.y = cvFloor( pt.y );
54 ipt.x -= win_size.width;
55 ipt.y -= win_size.height;
60 min_pt->x = MAX( 0, -ipt.x );
61 min_pt->y = MAX( 0, -ipt.y );
62 max_pt->x = MIN( win_size.width, imgSize.width - ipt.x );
63 max_pt->y = MIN( win_size.height, imgSize.height - ipt.y );
    [all...]
  /external/opencv/cxcore/include/
cxtypes.h 955 CvPoint ipt; local
956 ipt.x = cvRound(point.x);
957 ipt.y = cvRound(point.y);
959 return ipt;
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]

Completed in 1766 milliseconds