HomeSort by relevance Sort by last modified time
    Searched refs:urg (Results 51 - 60 of 60) sorted by null

1 23

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/
tcp.h 106 u_int16_t urg:1; member in struct:tcphdr
112 u_int16_t urg:1; member in struct:tcphdr
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
tcp.h 106 u_int16_t urg:1; member in struct:tcphdr
112 u_int16_t urg:1; member in struct:tcphdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
tcp.h 106 u_int16_t urg:1; member in struct:tcphdr
112 u_int16_t urg:1; member in struct:tcphdr
  /external/kernel-headers/original/linux/
tcp.h 36 urg:1, member in struct:tcphdr
44 urg:1, member in struct:tcphdr
  /external/chromium_org/v8/test/mjsunit/compiler/
regress-stacktrace-methods.js 38 Hest.prototype.three = function() { if (v == 42) throw new Error("urg"); }
regress-stacktrace.js 36 throw new Error("urg");
  /external/v8/test/mjsunit/compiler/
regress-stacktrace-methods.js 38 Hest.prototype.three = function() { if (v == 42) throw new Error("urg"); }
regress-stacktrace.js 36 throw new Error("urg");
  /external/android-clat/
dump.c 185 printf("urg = %x ack = %x psh = %x rst = %x syn = %x fin = %x\n",
186 tcp->urg, tcp->ack, tcp->psh, tcp->rst, tcp->syn, tcp->fin);
  /external/libpcap/
scanner.l 354 tcp-urg { yylval.i = 0x20; return NUM; }

Completed in 557 milliseconds

1 23