Searched refs:tcp (Results 26 - 50 of 630) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/extensions/
H A Dlibip6t_tcp.c16 " --tcp-flags [!] mask comp match when TCP flags & mask == comp\n"
19 " (equivalent to --tcp-flags SYN,RST,ACK SYN)\n"
26 " --tcp-option [!] number match if TCP option set\n\n",
36 { "tcp-flags", 1, 0, '4' },
37 { "tcp-option", 1, 0, '5' },
49 ports[0] = ports[1] = parse_port(buffer, "tcp");
54 ports[0] = buffer[0] ? parse_port(buffer, "tcp") : 0;
55 ports[1] = cp[0] ? parse_port(cp, "tcp") : 0xFFFF;
182 "Only one of `--syn' or `--tcp-flags' "
191 "Only one of `--syn' or `--tcp
323 const struct ip6t_tcp *tcp = (struct ip6t_tcp *)match->data; local
398 static struct ip6tables_match tcp = { variable in typeref:struct:ip6tables_match
[all...]
H A Dlibipt_tcp.c16 " --tcp-flags [!] mask comp match when TCP flags & mask == comp\n"
19 " (equivalent to --tcp-flags SYN,RST,ACK SYN)\n"
26 " --tcp-option [!] number match if TCP option set\n\n",
36 { "tcp-flags", 1, 0, '4' },
37 { "tcp-option", 1, 0, '5' },
49 ports[0] = ports[1] = parse_port(buffer, "tcp");
54 ports[0] = buffer[0] ? parse_port(buffer, "tcp") : 0;
55 ports[1] = cp[0] ? parse_port(cp, "tcp") : 0xFFFF;
182 "Only one of `--syn' or `--tcp-flags' "
191 "Only one of `--syn' or `--tcp
323 const struct ipt_tcp *tcp = (struct ipt_tcp *)match->data; local
397 static struct iptables_match tcp = { variable in typeref:struct:iptables_match
[all...]
H A Dlibipt_DNAT.c92 range.min.tcp.port
93 = range.max.tcp.port
106 range.min.tcp.port = htons(port);
107 range.max.tcp.port = htons(maxport);
210 printf("%hu", ntohs(r->min.tcp.port));
211 if (r->max.tcp.port != r->min.tcp.port)
212 printf("-%hu", ntohs(r->max.tcp.port));
H A Dlibipt_SNAT.c92 range.min.tcp.port
93 = range.max.tcp.port
106 range.min.tcp.port = htons(port);
107 range.max.tcp.port = htons(maxport);
212 printf("%hu", ntohs(r->min.tcp.port));
213 if (r->max.tcp.port != r->min.tcp.port)
214 printf("-%hu", ntohs(r->max.tcp.port));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/ipsvd/
H A Dtcpudp.c135 bool need_hostnames, need_remote_ip, tcp; local
150 tcp = (applet_name[0] == 't');
195 if (!tcp)
240 local_port = bb_lookup_port(argv[1], tcp ? "tcp" : "udp", 0);
242 sock = xsocket(lsa->sa.sa_family, tcp ? SOCK_STREAM : SOCK_DGRAM, 0);
246 if (tcp)
285 if (tcp) {
297 bb_perror_msg(tcp ? "accept" : "recv");
300 xmove_fd(tcp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_tcp.c15 "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");
53 ports[0] = buffer[0] ? xtables_parse_port(buffer, "tcp") : 0;
54 ports[1] = cp[0] ? xtables_parse_port(cp, "tcp") : 0xFFFF;
170 "Only one of `--syn' or `--tcp
296 const struct xt_tcp *tcp = (struct xt_tcp *)match->data; local
[all...]
H A Dlibipt_DNAT.c100 range.min.tcp.port
101 = range.max.tcp.port
114 range.min.tcp.port = htons(port);
115 range.max.tcp.port = htons(maxport);
206 printf("%hu", ntohs(r->min.tcp.port));
207 if (r->max.tcp.port != r->min.tcp.port)
208 printf("-%hu", ntohs(r->max.tcp.port));
H A Dlibipt_SNAT.c100 range.min.tcp.port
101 = range.max.tcp.port
114 range.min.tcp.port = htons(port);
115 range.max.tcp.port = htons(maxport);
206 printf("%hu", ntohs(r->min.tcp.port));
207 if (r->max.tcp.port != r->min.tcp.port)
208 printf("-%hu", ntohs(r->max.tcp.port));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dnf_nat_h323.c14 #include <linux/tcp.h>
15 #include <net/tcp.h>
291 exp->saved_proto.tcp.port = exp->tuple.dst.u.tcp.port;
297 exp->tuple.dst.u.tcp.port = htons(nated_port);
317 NIPQUAD(exp->tuple.src.ip), ntohs(exp->tuple.src.u.tcp.port),
318 NIPQUAD(exp->tuple.dst.ip), ntohs(exp->tuple.dst.u.tcp.port));
335 exp->saved_proto.tcp.port = exp->tuple.dst.u.tcp.port;
345 exp->tuple.dst.u.tcp
[all...]
H A Dipt_ECN.c15 #include <linux/tcp.h>
60 tcph->ece == einfo->proto.tcp.ece) &&
62 tcph->cwr == einfo->proto.tcp.cwr)))
71 tcph->ece = einfo->proto.tcp.ece;
73 tcph->cwr = einfo->proto.tcp.cwr;
125 "non-tcp rule\n");
H A Dnf_nat_ftp.c14 #include <linux/tcp.h>
119 exp->saved_proto.tcp.port = exp->tuple.dst.u.tcp.port;
127 for (port = ntohs(exp->saved_proto.tcp.port); port != 0; port++) {
128 exp->tuple.dst.u.tcp.port = htons(port);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/macros/
H A DMakefile.am20 tcp-wrappers.m4 \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/macros/
H A DMakefile.am20 tcp-wrappers.m4 \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/netconf/
H A Dnetconf_linux.c219 struct ipt_tcp *tcp = NULL; local
222 if (strncmp(match->u.user.name, "tcp", IPT_FUNCTION_MAXNAMELEN) != 0)
225 tcp = (struct ipt_tcp *) &match->data[0];
229 if (tcp) {
232 fw->match.src.ports[0] = htons(tcp->spts[0]);
233 fw->match.src.ports[1] = htons(tcp->spts[1]);
234 fw->match.dst.ports[0] = htons(tcp->dpts[0]);
235 fw->match.dst.ports[1] = htons(tcp->dpts[1]);
236 fw->match.flags |= (tcp->invflags & IPT_TCP_INV_SRCPT) ? NETCONF_INV_SRCPT : 0;
237 fw->match.flags |= (tcp
470 struct ipt_tcp *tcp = NULL; local
860 struct ipt_tcp *tcp; local
1400 struct ipt_tcp tcp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/contrib/printing/
H A Dadd_netatalk_printer316 if sacadm -l -p tcp > /dev/null; then
317 echo "already running a tcp listener"
319 echo "Defining tcp listener ..."
320 sacadm -a -p tcp -t listen -c "/usr/lib/saf/listen tcp" \
329 if pmadm -l -p tcp -s 0 > /dev/null; then
332 echo "Defining <0>/tcp service ..."
333 pmadm -a -p tcp -s 0 -i root \
340 if pmadm -l -p tcp -s lp > /dev/null; then
343 echo "Defining <lp>/tcp servic
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/net/
H A Dqeth_eddp.h74 } tcp; member in union:qeth_eddp_data::__anon6304
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/contrib/printing/
H A Dadd_netatalk_printer316 if sacadm -l -p tcp > /dev/null; then
317 echo "already running a tcp listener"
319 echo "Defining tcp listener ..."
320 sacadm -a -p tcp -t listen -c "/usr/lib/saf/listen tcp" \
329 if pmadm -l -p tcp -s 0 > /dev/null; then
332 echo "Defining <0>/tcp service ..."
333 pmadm -a -p tcp -s 0 -i root \
340 if pmadm -l -p tcp -s lp > /dev/null; then
343 echo "Defining <lp>/tcp servic
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/SGI/
H A Dstartswat.sh12 echo swat stream tcp nowait root /usr/samba/bin/swat swat >> /etc/inetd.conf
24 echo 'swat 901/tcp # SWAT' >> /etc/services
H A Dinetd.sh18 echo netbios-ssn stream tcp nowait root /usr/samba/bin/smbd smbd >> /etc/inetd.conf
32 echo 'netbios-ssn 139/tcp # SAMBA' >> /etc/services
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dip_forward.c32 #include <net/tcp.h>
35 #include <linux/tcp.h>
H A Dtcp_scalable.c9 #include <net/tcp.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnf_conntrack_ftp.c20 #include <net/tcp.h>
160 cmd->u.tcp.port = htons((array[4] << 8) | array[5]);
235 return get_port(data, 3 + length + 1, dlen, delim, &cmd->u.tcp.port);
251 return get_port(data, 3, dlen, delim, &cmd->u.tcp.port);
478 exp->tuple.src.u.tcp.port = 0;
479 exp->tuple.dst.u.tcp.port = cmd.u.tcp.port;
484 .u = { .tcp = { 0 }},
487 .u = { .tcp = { __constant_htons(0xFFFF) }},
569 ftp[i][j].tuple.src.u.tcp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/misc/
H A Dnetbug31 cat /proc/net/tcp > $tmppath/net/tcp
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/include/linux/netfilter/
H A Dxt_osf.h60 * http://www.iana.org/assignments/tcp-parameters
85 struct tcphdr tcp; member in struct:xt_osf_nlmsg
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/cxgb3/
H A Dcxgb3_defs.h36 #include <net/tcp.h>

Completed in 224 milliseconds

1234567891011>>