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

12 3

  /external/grpc-grpc/src/core/lib/iomgr/
tcp_windows.cc 130 static void tcp_free(grpc_tcp* tcp) {
131 grpc_winsocket_destroy(tcp->socket);
132 gpr_mu_destroy(&tcp->mu);
133 gpr_free(tcp->peer_string);
134 grpc_resource_user_unref(tcp->resource_user);
135 if (tcp->shutting_down) GRPC_ERROR_UNREF(tcp->shutdown_error);
136 gpr_free(tcp);
140 #define TCP_UNREF(tcp, reason) tcp_unref((tcp), (reason), __FILE__, __LINE__
179 grpc_tcp* tcp = (grpc_tcp*)tcpp; local
214 grpc_tcp* tcp = (grpc_tcp*)ep; local
273 grpc_tcp* tcp = (grpc_tcp*)tcpp; local
300 grpc_tcp* tcp = (grpc_tcp*)ep; local
374 grpc_tcp* tcp; local
381 grpc_tcp* tcp; local
397 grpc_tcp* tcp = (grpc_tcp*)ep; local
414 grpc_tcp* tcp = (grpc_tcp*)ep; local
419 grpc_tcp* tcp = (grpc_tcp*)ep; local
424 grpc_tcp* tcp = (grpc_tcp*)ep; local
454 grpc_tcp* tcp = (grpc_tcp*)gpr_malloc(sizeof(grpc_tcp)); local
    [all...]
tcp_posix.cc 114 * transport layer wants the TCP layer to collect timestamps for this write.
120 * requirement from the TCP endpoint layer is that this arg should be non-null
196 static void drop_uncovered(grpc_tcp* tcp) {
207 static void cover_self(grpc_tcp* tcp) {
235 gpr_log(GPR_INFO, "BACKUP_POLLER:%p add %p", p, tcp);
237 grpc_pollset_add_fd(BACKUP_POLLER_POLLSET(p), tcp->em_fd);
239 drop_uncovered(tcp);
243 static void notify_on_read(grpc_tcp* tcp) {
245 gpr_log(GPR_INFO, "TCP:%p notify_on_read", tcp);
322 grpc_tcp* tcp = reinterpret_cast<grpc_tcp*>(ep); local
377 grpc_tcp* tcp = reinterpret_cast<grpc_tcp*>(ep); local
477 grpc_tcp* tcp = static_cast<grpc_tcp*>(tcpp); local
510 grpc_tcp* tcp = static_cast<grpc_tcp*>(arg); local
527 grpc_tcp* tcp = reinterpret_cast<grpc_tcp*>(ep); local
734 grpc_tcp* tcp = static_cast<grpc_tcp*>(arg); local
883 grpc_tcp* tcp = static_cast<grpc_tcp*>(arg); local
914 grpc_tcp* tcp = reinterpret_cast<grpc_tcp*>(ep); local
962 grpc_tcp* tcp = reinterpret_cast<grpc_tcp*>(ep); local
968 grpc_tcp* tcp = reinterpret_cast<grpc_tcp*>(ep); local
974 grpc_tcp* tcp = reinterpret_cast<grpc_tcp*>(ep); local
979 grpc_tcp* tcp = reinterpret_cast<grpc_tcp*>(ep); local
984 grpc_tcp* tcp = reinterpret_cast<grpc_tcp*>(ep); local
989 grpc_tcp* tcp = reinterpret_cast<grpc_tcp*>(ep); local
1046 grpc_tcp* tcp = static_cast<grpc_tcp*>(gpr_malloc(sizeof(grpc_tcp))); local
1092 grpc_tcp* tcp = reinterpret_cast<grpc_tcp*>(ep); local
1100 grpc_tcp* tcp = reinterpret_cast<grpc_tcp*>(ep); local
    [all...]
  /external/grpc-grpc/test/core/end2end/
bad_server_response_test.cc 81 grpc_endpoint* tcp; member in struct:rpc_state
107 grpc_endpoint_write(state.tcp, &state.outgoing_buffer, &on_write, nullptr);
129 grpc_endpoint_read(state.tcp, &state.temp_incoming_buffer, &on_read);
133 static void on_connect(void* arg, grpc_endpoint* tcp,
142 state.tcp = tcp;
144 grpc_endpoint_add_to_pollset(tcp, server->pollset);
145 grpc_endpoint_read(tcp, &state.temp_incoming_buffer, &on_read);
294 grpc_endpoint_shutdown(state.tcp,
296 grpc_endpoint_destroy(state.tcp);
    [all...]
  /external/iptables/include/linux/netfilter/
xt_osf.h 60 * http://www.iana.org/assignments/tcp-parameters
85 struct tcphdr tcp; member in struct:xt_osf_nlmsg
  /external/iw/
wowlan.c 24 struct nlattr *tcp; local
28 tcp = nla_nest_start(msg, NL80211_WOWLAN_TRIG_TCP_CONNECTION);
29 if (!tcp)
180 nla_nest_end(msg, tcp);
237 else if (strcmp(argv[0], "tcp") == 0) {
317 " [tcp <config-file>] [patterns [offset1+]<pattern1> ...]",
325 "The TCP configuration file contains:\n"
468 printf(" * wake up on TCP connection\n");
  /external/linux-kselftest/tools/testing/selftests/bpf/
bpf_flow.c 13 #include <linux/tcp.h>
136 struct tcphdr *tcp, _tcp; local
184 tcp = bpf_flow_dissect_get_header(skb, sizeof(*tcp), &_tcp);
185 if (!tcp)
188 if (tcp->doff < 5)
191 if ((__u8 *)tcp + (tcp->doff << 2) > data_end)
194 keys->sport = tcp->source;
195 keys->dport = tcp->dest
    [all...]
test_tunnel_kern.c 18 #include <linux/tcp.h>
531 struct tcphdr *tcp = data + sizeof(*iph); local
536 if (data + sizeof(*iph) + sizeof(*tcp) > data_end) {
548 if (tcp->dest == bpf_htons(5200))
550 else if (tcp->dest == bpf_htons(5201))
588 struct tcphdr *tcp = data + sizeof(*iph); local
593 if (data + sizeof(*iph) + sizeof(*tcp) > data_end) {
637 struct tcphdr *tcp = data + sizeof(*iph); local
642 if (data + sizeof(*iph) + sizeof(*tcp) > data_end) {
658 if (tcp->dest == bpf_htons(5200))
    [all...]
test_l4lb.c 18 #include <linux/tcp.h>
305 struct tcphdr *tcp; local
307 tcp = data + off;
308 if (tcp + 1 > data_end)
311 if (tcp->syn)
315 pckt->port16[0] = tcp->source;
316 pckt->port16[1] = tcp->dest;
318 pckt->port16[0] = tcp->dest;
319 pckt->port16[1] = tcp->source;
test_l4lb_noinline.c 14 #include <linux/tcp.h>
305 struct tcphdr *tcp; local
307 tcp = data + off;
308 if (tcp + 1 > data_end)
311 if (tcp->syn)
315 pckt->port16[0] = tcp->source;
316 pckt->port16[1] = tcp->dest;
318 pckt->port16[0] = tcp->dest;
319 pckt->port16[1] = tcp->source;
test_xdp_noinline.c 14 #include <linux/tcp.h>
271 struct tcphdr *tcp; local
273 tcp = data + off;
274 if (tcp + 1 > data_end)
276 if (tcp->syn)
279 pckt->flow.port16[0] = tcp->source;
280 pckt->flow.port16[1] = tcp->dest;
282 pckt->flow.port16[0] = tcp->dest;
283 pckt->flow.port16[1] = tcp->source;
test_progs.c 22 #include <linux/tcp.h>
52 struct tcphdr tcp; member in struct:__anon30558
58 .tcp.urg_ptr = 123,
65 struct tcphdr tcp; member in struct:__anon30559
70 .tcp.urg_ptr = 123,
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_tcs.c 154 brw_codegen_tcs_prog(struct brw_context *brw, struct brw_program *tcp,
167 if (tcp) {
168 nir = tcp->program.nir;
181 if (tcp) {
182 brw_assign_common_binding_table_offsets(devinfo, &tcp->program,
185 brw_nir_setup_glsl_uniforms(mem_ctx, nir, &tcp->program,
188 brw_nir_analyze_ubo_ranges(compiler, tcp->program.nir,
247 if (tcp) {
248 if (tcp->compiled_once) {
249 brw_tcs_debug_recompile(brw, &tcp->program, key)
282 struct brw_program *tcp = local
326 struct brw_program *tcp = local
    [all...]
  /bionic/libc/kernel/uapi/linux/netfilter/
nfnetlink_osf.h 23 #include <linux/tcp.h>
64 struct tcphdr tcp; member in struct:nf_osf_nlmsg
  /external/kernel-headers/original/uapi/linux/netfilter/
nfnetlink_osf.h 6 #include <linux/tcp.h>
39 * http://www.iana.org/assignments/tcp-parameters
72 struct tcphdr tcp; member in struct:nf_osf_nlmsg
  /external/mksh/src/
syn.c 340 char *tcp; local
346 tcp = XPptrv(vars)[(vars.len = 0)];
348 tcp[wdscan(tcp, EOS) - tcp - 3] = EOS;
354 XPput(args, tcp);
eval.c 1063 const char *tcp; local
1066 tcp = maybe_expand_tilde(sp,
1069 if (tcp) {
1073 sp = tcp;
    [all...]
  /external/pdfium/third_party/libopenjpeg20/
pi.c 873 const opj_tcp_t *tcp = 00; local
999 opj_tcp_t *tcp = 00; local
1278 opj_poc_t *tcp = &tcps->pocs[pino]; local
1762 opj_poc_t *tcp = &tcps->pocs[pino]; local
    [all...]
tcd.h 269 opj_tcp_t *tcp; member in struct:opj_tcd
tcd.c 230 for (layno = 0; layno < tcd->tcp->numlayers; layno++) {
347 opj_tcp_t *tcd_tcp = tcd->tcp;
458 opj_tcp_t *tcd_tcp = tcd->tcp;
1597 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/strace/
syscall.c 277 update_personality(struct tcb *tcp, unsigned int personality)
284 if (personality == tcp->currpers)
286 tcp->currpers = personality;
290 tcp->pid, personality_names[personality]);
304 decode_socket_subcall(struct tcb *tcp)
306 const int call = tcp->u_arg[0];
315 if (umoven(tcp, tcp->u_arg[1], nargs * current_wordsize, buf) < 0)
318 tcp->scno = scno;
319 tcp->qual_flg = qual_flags(scno)
1178 struct tcb *tcp; member in struct:sysent_buf
    [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::__anon33456
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_context.h 184 struct st_common_program *tcp; /**< Currently bound tess control program */ member in struct:st_context

Completed in 1888 milliseconds

12 3