Searched refs:tc (Results 1 - 16 of 16) sorted by relevance

/openwrt/package/network/services/ead/src/tinysrp/
H A Dt_client.c55 struct t_client * tc; local
77 if((tc = malloc(sizeof(struct t_client))) == 0)
80 strncpy(tc->username, u, MAXUSERLEN);
82 SHA1Init(&tc->hash);
84 tc->n.len = n->len;
85 tc->n.data = tc->nbuf;
86 memcpy(tc->n.data, n->data, tc->n.len);
89 SHA1Update(&ctxt, tc
[all...]
H A Dclitest.c51 struct t_client * tc; local
75 tc = t_clientopen(username, &tcp->modulus, &tcp->generator, &s);
76 if (tc == 0) {
81 A = t_clientgenexp(tc);
85 t_clientpasswd(tc, pass);
92 skey = t_clientgetkey(tc, &B);
95 t_tohex(hexbuf, t_clientresponse(tc), RESPONSE_LEN));
102 if (t_clientverify(tc, cbuf) == 0)
107 t_clientclose(tc);
H A Dtinysrp.c30 struct t_client *tc; local
71 tc = t_clientopen(username, &tcp->modulus, &tcp->generator, &salt);
72 if (tc == NULL) {
78 A = t_clientgenexp(tc);
91 t_clientpasswd(tc, pass);
108 skey = t_clientgetkey(tc, &B);
115 if (send(s, t_clientresponse(tc), RESPONSE_LEN, 0) < 0) {
125 if (t_clientverify(tc, msgbuf) != 0) {
135 t_clientclose(tc);
H A Dtconf.c76 struct t_conf * tc = &tcs; local
107 tcent = t_newconfent(tc);
146 while((tcent = (composite ? t_makeconfent_c(tc, fsize) :
147 t_makeconfent(tc, fsize))) == NULL)
H A Dt_conf.c175 t_makeconfent(tc, nsize)
176 struct t_conf * tc;
206 tc->tcbuf.modulus.data = tc->modbuf;
207 tc->tcbuf.modulus.len = BigIntegerToBytes(n, tc->tcbuf.modulus.data);
210 tc->tcbuf.generator.data = tc->genbuf;
211 tc->tcbuf.generator.len = BigIntegerToBytes(g, tc
[all...]
H A Dt_pw.c75 return t_serveropenraw(&p->tp, &p->tc);
235 out->tc.index = tcnf->index;
236 out->tc.modulus.len = tcnf->modulus.len;
237 out->tc.modulus.data = tcnf->modulus.data;
238 out->tc.generator.len = tcnf->generator.len;
239 out->tc.generator.data = tcnf->generator.data;
H A Dt_pwd.h236 struct t_confent tc; member in struct:t_passwd
/openwrt/package/network/config/qos-scripts/files/usr/bin/
H A Dqos-stop2 for iface in $(tc qdisc show | grep -E '(hfsc|ingress)' | awk '{print $5}'); do
3 tc qdisc del dev "$iface" ingress 2>&- >&-
4 tc qdisc del dev "$iface" root 2>&- >&-
H A Dqos-stat55 tc -s class show dev "$device"
63 tc -s class show dev "$(tc filter show dev $device $id | grep mirred | sed -e 's,.*\(ifb.*\)).*,\1,')"
/openwrt/package/network/utils/iproute2/files/
H A D15-teql16 tc qdisc add dev $DEVICE root $teql
/openwrt/package/network/services/ead/src/
H A Dead-client.c59 static struct t_client *tc = NULL; variable in typeref:struct:t_client
179 tc = t_clientopen(username, &tcp->modulus, &tcp->generator, &salt);
180 if (!tc) {
210 if (t_clientverify(tc, auth->data) != 0) {
261 A = t_clientgenexp(tc);
274 t_clientpasswd(tc, password);
275 skey = t_clientgetkey(tc, &B);
282 memcpy(auth->data, t_clientresponse(tc), sizeof(auth->data));
/openwrt/package/network/utils/iproute2/
H A DMakefile42 define Package/tc
114 define Package/tc/install
116 $(INSTALL_BIN) $(PKG_BUILD_DIR)/tc/tc $(1)/usr/sbin/
143 $(eval $(call BuildPackage,tc))
/openwrt/package/network/config/qos-scripts/
H A DMakefile23 DEPENDS:=+tc +kmod-sched-core +kmod-sched-connmark +kmod-ifb +iptables +iptables-mod-ipopt +iptables-mod-conntrack-extra
/openwrt/docs/
H A DMakefile35 rm -f *.log *.aux *.toc *.out *.lg *.dvi *.idv *.4ct *.4tc *.xref *.tmp *.dvi
/openwrt/package/network/utils/iptables/
H A DMakefile485 $(CP) $(PKG_INSTALL_DIR)/usr/lib/libip*tc.so* $(1)/usr/lib/
488 $(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/libip*tc.pc $(1)/usr/lib/pkgconfig/
/openwrt/target/linux/cns3xxx/files/drivers/net/ethernet/cavium/
H A Dcns3xxx_eth.c184 u32 tc:2; member in struct:rx_desc::__anon131::__anon132

Completed in 100 milliseconds