HomeSort by relevance Sort by last modified time
    Searched defs:tcp (Results 51 - 56 of 56) sorted by null

1 23

  /external/strace/
strace.c 177 static void detach(struct tcb *tcp);
367 ptrace_restart(const unsigned int op, struct tcb *const tcp, unsigned int sig)
373 ptrace(op, tcp->pid, 0L, (unsigned long) sig);
408 perror_msg("ptrace(PTRACE_%s,pid:%d,sig:%u)", msg, tcp->pid, sig);
523 outf_perror(const struct tcb * const tcp)
525 if (tcp->outf == stderr)
530 perror_msg("%s.%u", outfname, tcp->pid);
598 flush_tcp_output(const struct tcb *const tcp)
600 if (fflush(tcp->outf))
601 outf_perror(tcp);
759 struct tcb *tcp; local
1110 struct tcb *tcp; local
1307 struct tcb *tcp; local
1943 struct tcb *tcp = *ptcp; local
1961 struct tcb *tcp; local
2050 struct tcb *tcp = alloctcb(pid); local
2247 struct tcb *tcp; local
2639 struct tcb *tcp = tcbtab[i]; local
    [all...]
  /external/iperf3/src/
iperf_api.c 52 #include <netinet/tcp.h>
722 iperf_printf(test, " TCP MSS: %d\n", test->settings->mss);
724 iperf_printf(test, " TCP MSS: %d (default)\n", test->ctrl_sck_mss);
983 // XXX: This is a socket buffer, not specific to TCP
2219 struct protocol *tcp, *udp; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
genX_state_upload.c 4077 const struct gl_program *tcp = brw->programs[MESA_SHADER_TESS_CTRL]; local
    [all...]
  /external/libnl/include/netlink-private/
types.h 806 } tcp; member in union:nfnl_ct_protoinfo
  /external/pdfium/third_party/libopenjpeg20/
j2k.c 165 * Updates the rates of the tcp.
1728 opj_tcp_t *tcp = 00; local
1788 opj_tcp_t *tcp; local
7154 opj_tcp_t *tcp = &cp->tcps[tileno]; local
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 365 // tcp connection status
453 // Structure to abstract away the differences between TCP/SSL sockets, and one for UDP sockets
540 mDNSu8 protocol; // Payload type: 0x06 = TCP, 0x11 = UDP
550 mDNSu8 pro; // Type of next header: 0x06 = TCP, 0x11 = UDP, 0x3A = ICMPv6
616 TCPHeader tcp; member in union:__anon32563
1256 struct tcpInfo_t *tcp; member in struct:AuthRecord_struct
1560 struct tcpInfo_t *tcp; member in struct:DNSQuestion_struct
    [all...]

Completed in 722 milliseconds

1 23