HomeSort by relevance Sort by last modified time
    Searched refs:rst (Results 76 - 100 of 105) sorted by null

1 2 34 5

  /hardware/bsp/intel/peripheral/libupm/src/adis16448/
adis16448.h 114 ADIS16448(int bus, int rst);
  /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 34 rst:1, member in struct:tcphdr
48 rst:1, member in struct:tcphdr
  /external/iproute2/include/netinet/
tcp.h 101 u_int16_t rst:1; member in struct:tcphdr
113 u_int16_t rst:1; member in struct:tcphdr
  /external/kernel-headers/original/uapi/linux/
tcp.h 34 rst:1, member in struct:tcphdr
48 rst:1, member in struct:tcphdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netinet/
tcp.h 103 u_int16_t rst:1; member in struct:tcphdr
115 u_int16_t rst:1; member in struct:tcphdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
tcp.h 34 rst:1, member in struct:tcphdr
48 rst:1, member in struct:tcphdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
tcp.h 103 u_int16_t rst:1; member in struct:tcphdr
115 u_int16_t rst:1; member in struct:tcphdr
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
mipsel16-e.d 1 #objdump: -rst --special-syms -mips16
tmips16-e.d 1 #objdump: -rst --special-syms -mips16
tmipsel16-e.d 1 #objdump: -rst --special-syms -mips16
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
orph-d-awp.d 7 #objdump: -rst
orph-dc-ap.d 8 #objdump: -rst
  /external/libedit/src/
tty.c 495 int rst = 1; local
536 if (rst) {
542 for (rst = 0; rst < C_NCC - 2; rst++)
543 if (el->el_tty.t_c[TS_IO][rst] !=
545 && el->el_tty.t_c[ED_IO][rst] !=
547 el->el_tty.t_c[ED_IO][rst] =
548 el->el_tty.t_c[TS_IO][rst];
549 for (rst = 0; rst < C_NCC; rst++
    [all...]
  /hardware/bsp/intel/peripheral/libupm/src/st7735/
st7735.cxx 37 ST7735::ST7735 (uint8_t csLCD, uint8_t cSD, uint8_t rs, uint8_t rst)
39 m_rSTPinCtx(rst), m_rSPinCtx(rs), m_spi(0) {
st7735.h 528 * @param rst Reset pin
530 ST7735 (uint8_t csLCD, uint8_t cSD, uint8_t rs, uint8_t rst);
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
check.py 14 from docutils.parsers.rst import Parser
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
check.py 14 from docutils.parsers.rst import Parser
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
check.py 14 from docutils.parsers.rst import Parser
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
check.py 14 from docutils.parsers.rst import Parser
  /toolchain/binutils/binutils-2.25/opcodes/
z80-dis.c 247 rst (struct buffer *buf, disassemble_info * info, char *txt)
595 { 0xC7, 0xC7, rst, "rst 0x%02x" },
246 rst (struct buffer *buf, disassemble_info * info, char *txt) function
  /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);
  /system/extras/tests/net_test/
sock_diag_test.py 304 # This will send a RST that will close the other side as well.
385 """Closes the socket and checks whether a RST is sent or not."""
395 desc, rst = self.RstPacket()
397 self.ExpectPacketOn(self.netid, msg, rst)
415 """Checks that closing sockets in appropriate states sends a RST."""
474 # Closing the parent will close child sockets, which will send a RST,
543 msg = "SOCK_DESTROY of socket in connect, expected no RST"
  /libcore/luni/src/test/java/tests/java/sql/
DatabaseMetaDataTest.java 1855 ResultSet rst = s.executeQuery( local
    [all...]
  /external/libpcap/
scanner.l 374 tcp-rst { yylval.i = 0x04; return NUM; }

Completed in 877 milliseconds

1 2 34 5