Searched refs:tcp (Results 1 - 10 of 10) sorted by relevance

/openwrt/package/network/services/ead/src/tinysrp/
H A Dt_getconf.c89 struct t_preconf *tcp; local
94 tcp = t_getpreparam(id - 1);
96 sysconf.modulus = tcp->modulus;
97 sysconf.generator = tcp->generator;
H A Dclitest.c52 struct t_preconf *tcp; local
69 tcp = t_getpreparam(index - 1);
75 tc = t_clientopen(username, &tcp->modulus, &tcp->generator, &s);
H A Dtinysrp.c31 struct t_preconf *tcp; /* @@@ should go away */ local
58 tcp = t_getpreparam(index - 1);
71 tc = t_clientopen(username, &tcp->modulus, &tcp->generator, &salt);
/openwrt/package/network/services/ead/src/
H A Dead-client.c62 static struct t_preconf *tcp; variable in typeref:struct:t_preconf
178 tcp = t_getpreparam(sb->prime);
179 tc = t_clientopen(username, &tcp->modulus, &tcp->generator, &salt);
/openwrt/package/network/config/qos-scripts/files/usr/lib/qos/
H A Dgenerate.sh73 lproto=${lproto:-tcp}
75 ""|tcp|udp) append "$var" "-m ${proto:-tcp -p tcp} -m multiport";;
106 ""|tcp|udp) append "$var" "-m ${proto:-tcp -p tcp} --sport $value --dport $value";;
158 tcp) append "$var" "-m tcp --tcp
[all...]
/openwrt/docs/
H A Dadding.tex37 22/tcp open ssh
38 23/tcp open telnet
39 53/tcp open domain
40 80/tcp open http
62 22/tcp open ssh Dropbear sshd 0.48 (protocol 2.0)
63 23/tcp open telnet Busybox telnetd
64 53/tcp open domain ISC Bind dnsmasq-2.35
65 80/tcp open http OpenWrt BusyBox httpd
/openwrt/package/network/ipv6/map/files/
H A Dmap.sh139 for proto in icmp tcp udp; do
/openwrt/package/kernel/linux/modules/
H A Dleds.mk100 iptables -A INPUT -p tcp --dport 22 -j LED --led-trigger-id ssh --led-delay 1000
/openwrt/target/linux/gemini/files/drivers/net/ethernet/gemini/
H A Dsl351x.c34 #include <linux/tcp.h>
979 int tcp = 0; local
982 tcp = ip_hdr(skb)->protocol == IPPROTO_TCP;
985 tcp = ipv6_hdr(skb)->nexthdr == IPPROTO_TCP;
988 word1 |= tcp ? TSS_TCP_CHKSUM_BIT : TSS_UDP_CHKSUM_BIT;
/openwrt/package/network/utils/iptables/
H A DMakefile59 - tcp

Completed in 103 milliseconds