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

1 23

  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/
tcp.h 31 urg:1, member in struct:tcphdr
39 urg:1, member in struct:tcphdr
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/
tcp.h 31 urg:1, member in struct:tcphdr
39 urg:1, member in struct:tcphdr
  /bionic/libc/kernel/uapi/linux/
tcp.h 32 __u16 res1 : 4, doff : 4, fin : 1, syn : 1, rst : 1, psh : 1, ack : 1, urg : 1, ece : 1, cwr : 1; member in struct:tcphdr
35 __u16 doff : 4, res1 : 4, cwr : 1, ece : 1, urg : 1, ack : 1, psh : 1, rst : 1, syn : 1, fin : 1; member in struct:tcphdr
  /external/iproute2/include/linux/
tcp.h 37 urg:1, member in struct:tcphdr
45 urg:1, member in struct:tcphdr
  /external/iproute2/include/netinet/
tcp.h 104 u_int16_t urg:1; member in struct:tcphdr
110 u_int16_t urg:1; member in struct:tcphdr
  /external/kernel-headers/original/uapi/linux/
tcp.h 37 urg:1, member in struct:tcphdr
45 urg:1, member in struct:tcphdr
  /external/libnl/etc/
pktloc 34 tcp.urg u16 tcp+18
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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.15-4.8/sysroot/usr/include/linux/
tcp.h 37 urg:1, member in struct:tcphdr
45 urg:1, member in struct:tcphdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/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/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 188 printf("urg = %x ack = %x psh = %x rst = %x syn = %x fin = %x\n",
189 tcp->urg, tcp->ack, tcp->psh, tcp->rst, tcp->syn, tcp->fin);
  /external/libpcap/
scanner.l 377 tcp-urg { yylval.i = 0x20; return NUM; }

Completed in 1862 milliseconds

1 23