| /external/strace/ |
| defs.h | 458 * Use entering(tcp) / exiting(tcp) to check this bit to make code more readable. 499 #define UNDEFINED_SCNO 0x100 /* Used only in tcp->qual_flg */ 503 #define entering(tcp) (!((tcp)->flags & TCB_INSYSCALL)) 504 #define exiting(tcp) ((tcp)->flags & TCB_INSYSCALL) 505 #define syserror(tcp) ((tcp)->u_error != 0) 506 #define verbose(tcp) ((tcp)->qual_flg & QUAL_VERBOSE [all...] |
| count.c | 51 count_syscall(struct tcb *tcp, const struct timeval *syscall_exiting_tv) 56 unsigned long scno = tcp->scno; 69 if (tcp->u_error) 73 tv_sub(tv, syscall_exiting_tv, &tcp->etime); 76 if (tv_cmp(tv, &tcp->dtime) > 0) { 92 if (tv_nz(&tcp->dtime)) 94 tv = &tcp->dtime;
|
| /external/chromium_org/jingle/glue/ |
| pseudotcp_adapter.cc | 41 virtual void OnTcpOpen(cricket::PseudoTcp* tcp) OVERRIDE; 42 virtual void OnTcpReadable(cricket::PseudoTcp* tcp) OVERRIDE; 43 virtual void OnTcpWriteable(cricket::PseudoTcp* tcp) OVERRIDE; 45 virtual void OnTcpClosed(cricket::PseudoTcp* tcp, uint32 error) OVERRIDE; 47 virtual WriteResult TcpWritePacket(cricket::PseudoTcp* tcp, 231 void PseudoTcpAdapter::Core::OnTcpOpen(PseudoTcp* tcp) { 232 DCHECK(tcp == &pseudo_tcp_); 240 OnTcpReadable(tcp); 241 OnTcpWriteable(tcp); 244 void PseudoTcpAdapter::Core::OnTcpReadable(PseudoTcp* tcp) { [all...] |
| /external/chromium_org/tools/android/common/ |
| net.cc | 8 #include <netinet/tcp.h>
|
| /external/libsepol/tests/policies/test-cond/ |
| refpolicy-base.conf | [all...] |
| /external/iptables/extensions/ |
| libip6t_DNAT.c | 80 "Need TCP, UDP, SCTP or DCCP with port specification"); 96 range->min_proto.tcp.port 97 = range->max_proto.tcp.port 110 range->min_proto.tcp.port = htons(port); 111 range->max_proto.tcp.port = htons(maxport); 203 printf("%hu", ntohs(range->min_proto.tcp.port)); 204 if (range->max_proto.tcp.port != range->min_proto.tcp.port) 205 printf("-%hu", ntohs(range->max_proto.tcp.port));
|
| libip6t_SNAT.c | 80 "Need TCP, UDP, SCTP or DCCP with port specification"); 96 range->min_proto.tcp.port 97 = range->max_proto.tcp.port 110 range->min_proto.tcp.port = htons(port); 111 range->max_proto.tcp.port = htons(maxport); 203 printf("%hu", ntohs(range->min_proto.tcp.port)); 204 if (range->max_proto.tcp.port != range->min_proto.tcp.port) 205 printf("-%hu", ntohs(range->max_proto.tcp.port));
|
| libipt_DNAT.c | 84 "Need TCP, UDP, SCTP or DCCP with port specification"); 100 range.min.tcp.port 101 = range.max.tcp.port 114 range.min.tcp.port = htons(port); 115 range.max.tcp.port = htons(maxport); 208 printf("%hu", ntohs(r->min.tcp.port)); 209 if (r->max.tcp.port != r->min.tcp.port) 210 printf("-%hu", ntohs(r->max.tcp.port));
|
| libipt_SNAT.c | 84 "Need TCP, UDP, SCTP or DCCP with port specification"); 100 range.min.tcp.port 101 = range.max.tcp.port 114 range.min.tcp.port = htons(port); 115 range.max.tcp.port = htons(maxport); 208 printf("%hu", ntohs(r->min.tcp.port)); 209 if (r->max.tcp.port != r->min.tcp.port) 210 printf("-%hu", ntohs(r->max.tcp.port));
|
| /external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
| pseudotcp.h | 46 // Notification of tcp events 47 virtual void OnTcpOpen(PseudoTcp* tcp) = 0; 48 virtual void OnTcpReadable(PseudoTcp* tcp) = 0; 49 virtual void OnTcpWriteable(PseudoTcp* tcp) = 0; 50 virtual void OnTcpClosed(PseudoTcp* tcp, uint32 error) = 0; 54 virtual WriteResult TcpWritePacket(PseudoTcp* tcp, 188 // Queue the connect message with TCP options. 191 // Parse TCP options in the header. 194 // Apply a TCP option that has been read from the header.
|
| pseudotcp_unittest.cc | 133 virtual void OnTcpOpen(PseudoTcp* tcp) { 137 if (tcp == &local_) { 139 OnTcpWriteable(tcp); 143 // virtual void OnTcpReadable(PseudoTcp* tcp) 145 // virtual void OnTcpWritable(PseudoTcp* tcp) 146 virtual void OnTcpClosed(PseudoTcp* tcp, uint32 error) { 152 if (tcp == &remote_) { 156 virtual WriteResult TcpWritePacket(PseudoTcp* tcp, 166 int id = (tcp == &local_) ? MSG_RPACKET : MSG_LPACKET; 176 void UpdateClock(PseudoTcp* tcp, uint32 message) [all...] |
| /external/android-clat/ |
| translate.h | 25 #include <netinet/tcp.h> 88 // Translate TCP and UDP packets. 89 int tcp_packet(clat_packet out, clat_packet_index pos, const struct tcphdr *tcp, 94 int tcp_translate(clat_packet out, clat_packet_index pos, const struct tcphdr *tcp,
|
| translate.c | 120 * protocol - protocol number (tcp, udp, etc) 154 * protocol - protocol number (tcp, udp, etc) 360 * takes a tcp packet and sets it up for translation 362 * tcp - pointer to tcp header in packet 367 int tcp_packet(clat_packet out, clat_packet_index pos, const struct tcphdr *tcp, 377 if(tcp->doff < 5) { 378 logmsg_dbg(ANDROID_LOG_ERROR,"tcp_packet/tcp header length set to less than 5: %x", tcp->doff); 382 if((size_t) tcp->doff*4 > len) [all...] |
| /external/smack/src/org/xbill/DNS/ |
| SimpleResolver.java | 11 * SimpleResolver handles TCP retries, transaction security (TSIG), and 246 boolean tcp = false; 252 tcp = true; 253 if (tcp) 278 if (tcp) { 289 if (!tcp && !ignoreTruncation && 292 tcp = true;
|
| /external/srec/tests/ |
| Android.mk | 5 # Compiled grammars, TCP test scripts, audio data and shell scripts # 9 ../config/en.us/tcp/bothtags5.tcp \ 10 ../config/en.us/tcp/bothtags5_from_saved.tcp \ 11 ../config/en.us/tcp/change_sample_rate2.tcp \ 12 ../config/en.us/tcp/recognize_1_live.tcp \ 13 ../config/en.us/tcp/recognize_10_live.tcp [all...] |
| /external/dnsmasq/contrib/port-forward/ |
| dnsmasq-portforward | 47 protocol=tcp
|
| /bionic/libc/kernel/uapi/linux/netfilter/ |
| xt_osf.h | 71 struct tcphdr tcp; member in struct:xt_osf_nlmsg
|
| /development/ndk/platforms/android-L/include/linux/netfilter/ |
| xt_osf.h | 71 struct tcphdr tcp; member in struct:xt_osf_nlmsg
|
| /device/generic/goldfish/opengl/shared/OpenglCodecCommon/ |
| TcpStream.cpp | 26 #include <netinet/tcp.h>
|
| /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/kernel-headers/original/uapi/linux/netfilter/ |
| xt_osf.h | 59 * http://www.iana.org/assignments/tcp-parameters 84 struct tcphdr tcp; member in struct:xt_osf_nlmsg
|
| /external/srec/srec/include/ |
| ann_util.h | 37 annotate *tcp; member in struct:__anon34809
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/netfilter/ |
| xt_osf.h | 60 * http://www.iana.org/assignments/tcp-parameters 85 struct tcphdr tcp; member in struct:xt_osf_nlmsg
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter/ |
| xt_osf.h | 60 * http://www.iana.org/assignments/tcp-parameters 85 struct tcphdr tcp; member in struct:xt_osf_nlmsg
|
| /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/netfilter/ |
| xt_osf.h | 71 struct tcphdr tcp; member in struct:xt_osf_nlmsg
|