HomeSort by relevance Sort by last modified time
    Searched refs:tcp (Results 426 - 450 of 550) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/netfilter/
nf_conntrack_tuple_common.h 32 } tcp; member in union:nf_conntrack_man_proto
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/netinet/
tcp.h 32 #include <linux/tcp.h>
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/netfilter/
nf_conntrack_tuple_common.h 32 } tcp; member in union:nf_conntrack_man_proto
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/netinet/
tcp.h 32 #include <linux/tcp.h>
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/
nf_conntrack_tuple_common.h 32 } tcp; member in union:nf_conntrack_man_proto
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/netinet/
tcp.h 32 #include <linux/tcp.h>
  /external/iptables/extensions/
libxt_tcp.c 1 /* Shared library add-on to iptables to add TCP support. */
15 "tcp match options:\n"
16 "[!] --tcp-flags mask comp match when TCP flags & mask == comp\n"
19 " (equivalent to --tcp-flags SYN,RST,ACK,FIN SYN)\n"
26 "[!] --tcp-option number match if TCP option set\n");
35 {.name = "tcp-flags", .has_arg = true, .val = '4'},
36 {.name = "tcp-option", .has_arg = true, .val = '5'},
48 ports[0] = ports[1] = xtables_parse_port(buffer, "tcp");
295 const struct xt_tcp *tcp = (struct xt_tcp *)match->data; local
    [all...]
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/strace/
util.c 225 getllval(struct tcb *tcp, unsigned long long *val, int arg_no)
231 *val = tcp->u_arg[arg_no];
239 *val = LONG_LONG(tcp->u_arg[arg_no], tcp->u_arg[arg_no + 1]);
246 *val = tcp->ext_arg[arg_no];
250 *val = tcp->ext_arg[arg_no];
253 *val = LONG_LONG(tcp->u_arg[arg_no], tcp->u_arg[arg_no + 1]);
264 *val = LONG_LONG(tcp->u_arg[arg_no], tcp->u_arg[arg_no + 1])
    [all...]
printstat.h 18 DO_PRINTSTAT(struct tcb *tcp, const STRUCT_STAT *statbuf)
20 if (!abbrev(tcp)) {
59 if (!abbrev(tcp)) {
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;
printsiginfo.c 189 printsiginfo_at(struct tcb *tcp, long addr)
196 if (syserror(tcp) || umove(tcp, addr, &si) < 0) {
200 printsiginfo(&si, verbose(tcp));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_ipv4/
nf_nat.h 18 } tcp; member in union:nf_conntrack_man_proto
  /external/selinux/libsepol/tests/policies/test-cond/
refpolicy-base.conf     [all...]
  /external/android-clat/
translate.h 25 #include <netinet/tcp.h>
77 // Translate TCP and UDP packets.
78 int tcp_packet(clat_packet out, clat_packet_index pos, const struct tcphdr *tcp,
83 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...]
  /development/scripts/
gdbclient 162 adb forward tcp:$PORT tcp:$PORT
170 adb forward tcp:$PORT tcp:$PORT
  /external/selinux/policycoreutils/sandbox/
sandboxX.sh 23 (/usr/bin/Xephyr -resizeable -title "$TITLE" -terminate -screen $SCREENSIZE -dpi $DPI -nolisten tcp -displayfd 5 5>&1 2>/dev/null) | while read D; do
  /external/dnsmasq/contrib/port-forward/
dnsmasq-portforward 47 protocol=tcp
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/
Network.java 38 import com.jme3.network.kernel.tcp.SelectorKernel;
39 import com.jme3.network.kernel.tcp.SocketConnector;
60 * will be used for both TCP and UDP communication.
70 * will be used for both TCP and UDP communication.
80 * will be used for both TCP and UDP communication.
86 * @param tcpPort The port upon which the TCP hosting will listen for new connections.
88 * messages. Set to -1 if 'fast' traffic should go over TCP. This will
127 * Creates a Client that communicates with the specified host and separate TCP and UDP ports
146 * Creates a Client that communicates with the specified host and and separate TCP and UDP ports
154 * @param hostPort The remote TCP port on the server to which this client shoul
    [all...]
  /bionic/libc/kernel/uapi/linux/netfilter/
xt_osf.h 71 struct tcphdr tcp; member in struct:xt_osf_nlmsg
  /development/ndk/platforms/android-21/include/linux/netfilter/
xt_osf.h 71 struct tcphdr tcp; member in struct:xt_osf_nlmsg

Completed in 1683 milliseconds

<<11121314151617181920>>