HomeSort by relevance Sort by last modified time
    Searched defs:tcp (Results 276 - 300 of 309) sorted by null

<<111213

  /prebuilts/ndk/r11/platforms/android-23/arch-x86_64/usr/include/linux/netfilter/
xt_osf.h 71 struct tcphdr tcp; member in struct:xt_osf_nlmsg
  /prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/linux/netfilter/
xt_osf.h 71 struct tcphdr tcp; member in struct:xt_osf_nlmsg
  /prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/linux/netfilter/
xt_osf.h 71 struct tcphdr tcp; member in struct:xt_osf_nlmsg
  /prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/linux/netfilter/
xt_osf.h 71 struct tcphdr tcp; member in struct:xt_osf_nlmsg
  /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/linux/netfilter/
xt_osf.h 71 struct tcphdr tcp; member in struct:xt_osf_nlmsg
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/linux/netfilter/
xt_osf.h 71 struct tcphdr tcp; member in struct:xt_osf_nlmsg
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/linux/netfilter/
xt_osf.h 71 struct tcphdr tcp; member in struct:xt_osf_nlmsg
  /external/syslinux/core/lwip/src/include/lwip/
api.h 27 * This file is part of the lwIP TCP/IP stack.
62 /** TCP: when data passed to netconn_write doesn't fit into the send buffer,
70 /** If this is set, a TCP netconn must call netconn_recved() to update
71 the TCP receive window (done automatically if not set). */
95 /** Current state of the netconn. Non-TCP netconns are always
135 /** type of the netconn (TCP, UDP or RAW) */
142 struct tcp_pcb *tcp; member in union:netconn::__anon33712
169 not used for TCP: adjust TCP_WND instead! */
179 /** TCP: when data passed to netconn_write doesn't fit into the send buffer,
182 /** TCP: when data passed to netconn_write doesn't fit into the send buffer
    [all...]
stats.h 27 * This file is part of the lwIP TCP/IP stack.
136 struct stats_proto tcp; member in struct:stats_
169 #define TCP_STATS_DISPLAY() stats_display_proto(&lwip_stats.tcp, "TCP")
  /external/syslinux/gpxe/src/net/
tcp.c 16 #include <gpxe/tcp.h>
20 * TCP protocol
26 /** A TCP connection */
30 /** List of TCP connections */
43 /** Current TCP state */
45 /** Previous TCP state
90 * List of registered TCP connections
97 static int tcp_rx_ack ( struct tcp_connection *tcp, uint32_t ack,
101 * Name TCP state
103 * @v state TCP stat
218 struct tcp_connection *tcp; local
519 struct tcp_connection *tcp = local
619 struct tcp_connection *tcp; local
893 struct tcp_connection *tcp; local
1049 struct tcp_connection *tcp = local
1066 struct tcp_connection *tcp = local
1091 struct tcp_connection *tcp = local
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_program.c 1760 struct st_tessctrl_program *tcp = (struct st_tessctrl_program*)target; local
    [all...]
st_context.h 161 struct st_tessctrl_program *tcp; /**< Currently bound tess control program */ member in struct:st_context
  /external/mksh/src/
syn.c 336 char *tcp; local
342 tcp = XPptrv(vars)[(vars.len = 0)];
344 tcp[wdscan(tcp, EOS) - tcp - 3] = EOS;
350 XPput(args, tcp);
eval.c 1059 const char *tcp; local
1062 tcp = maybe_expand_tilde(sp,
1065 if (tcp) {
1069 sp = tcp;
    [all...]
  /external/pdfium/third_party/libopenjpeg20/
pi.c 696 const opj_tcp_t *tcp = 00; local
715 tcp = &p_cp->tcps [tileno];
716 l_tccp = tcp->tccps;
813 opj_tcp_t *tcp = 00; local
825 tcp = &cp->tcps[tileno];
826 l_poc_bound = tcp->numpocs+1;
1083 opj_poc_t *tcp = &tcps->pocs[pino]; local
1567 opj_poc_t *tcp= &tcps->pocs[pino]; local
    [all...]
tcd.h 218 opj_tcp_t *tcp; member in struct:opj_tcd
tcd.c 212 for (layno = 0; layno < tcd->tcp->numlayers; layno++) {
311 opj_tcp_t *tcd_tcp = tcd->tcp;
411 opj_tcp_t *tcd_tcp = tcd->tcp;
1309 opj_tcp_t *tcp = &p_tcd->cp->tcps[0]; local
    [all...]
  /external/ppp/pppd/
ipv6cp.c 1528 u_char *tcp; local
    [all...]
ipcp.c 181 "Nameserver for SMB over TCP/IP for peer" },
2295 u_char *tcp; local
    [all...]
  /external/syslinux/core/lwip/src/netif/ppp/
ipcp.c 1385 u_char *tcp; local
    [all...]
  /external/libnetfilter_conntrack/include/internal/
object.h 64 } tcp; member in union:__nfct_l4_src
84 } tcp; member in union:__nfct_l4_dst
129 } tcp; member in union:__nfct_protoinfo
231 * 16 bits per protocol. As for now, DCCP has 10 states, TCP has
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_surface.c 794 struct nvc0_program *tcp; member in struct:nvc0_blitctx::__anon27812
    [all...]
  /external/strace/
syscall.c 336 update_personality(struct tcb *tcp, unsigned int personality)
342 if (personality == tcp->currpers)
344 tcp->currpers = personality;
362 tcp->pid, names[personality]);
370 decode_socket_subcall(struct tcb *tcp)
372 const int call = tcp->u_arg[0];
381 if (umoven(tcp, tcp->u_arg[1], nargs * current_wordsize, buf) < 0)
384 tcp->scno = scno;
385 tcp->qual_flg = qual_flags(scno)
1226 struct tcb *tcp; member in struct:sysent_buf
    [all...]
strace.c 161 static void detach(struct tcb *tcp);
403 ptrace_restart(const unsigned int op, struct tcb *const tcp, unsigned int sig)
409 ptrace(op, tcp->pid, 0L, (unsigned long) sig);
444 perror_msg("ptrace(PTRACE_%s,pid:%d,sig:%u)", msg, tcp->pid, sig);
655 printleader(struct tcb *tcp)
661 printing_tcp = tcp;
665 if (printing_tcp->curcol != 0 && (followfork < 2 || printing_tcp == tcp)) {
677 printing_tcp = tcp;
678 current_tcp = tcp;
682 tprintf("%-5d ", tcp->pid)
765 struct tcb *tcp; local
1125 struct tcb *tcp; local
1339 struct tcb *tcp; local
1968 struct tcb *tcp = tcbtab[i]; local
1980 struct tcb *tcp; local
2070 struct tcb *tcp = alloctcb(pid); local
2316 struct tcb *tcp; local
    [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/device/
DeviceManagerTest.java 889 ITestDevice tcp = manager.allocateDevice(options); local
    [all...]

Completed in 1131 milliseconds

<<111213