Searched refs:treq (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv6/
H A Dinet6_connection_sock.c90 const struct inet6_request_sock *treq = inet6_rsk(req); local
94 ipv6_addr_equal(&treq->rmt_addr, raddr) &&
95 ipv6_addr_equal(&treq->loc_addr, laddr) &&
96 (!treq->iif || treq->iif == iif)) {
H A Dtcp_ipv6.c467 struct inet6_request_sock *treq = inet6_rsk(req); local
477 ipv6_addr_copy(&fl.fl6_dst, &treq->rmt_addr);
478 ipv6_addr_copy(&fl.fl6_src, &treq->loc_addr);
480 fl.oif = treq->iif;
489 treq->pktopts) {
490 struct sk_buff *pktopts = treq->pktopts;
519 &treq->loc_addr, &treq->rmt_addr,
522 ipv6_addr_copy(&fl.fl6_dst, &treq->rmt_addr);
1234 struct inet6_request_sock *treq; local
1318 struct inet6_request_sock *treq = inet6_rsk(req); local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/
H A Dsyncookies.c185 struct tcp_request_sock *treq; local
216 treq = tcp_rsk(req);
217 treq->rcv_isn = ntohl(th->seq) - 1;
218 treq->snt_isn = cookie;
H A Dtcp_minisocks.c383 struct tcp_request_sock *treq = tcp_rsk(req); local
390 newtp->rcv_wup = newtp->copied_seq = newtp->rcv_nxt = treq->rcv_isn + 1;
391 newtp->snd_sml = newtp->snd_una = newtp->snd_nxt = treq->snt_isn + 1;
395 tcp_init_wl(newtp, treq->snt_isn, treq->rcv_isn);
425 newtp->write_seq = treq->snt_isn + 1;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/test/
H A Dtests.com146 $ @treq.com
147 $ @treq.com testreq2.pem
H A DMakefile27 tests.com testenc.com tx509.com trsa.com tcrl.com tsid.com treq.com \
220 @sh ./treq 2>/dev/null
221 @sh ./treq testreq2.pem 2>/dev/null
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dtests.com149 $ @treq.com
150 $ @treq.com testreq2.pem
H A DMakefile22 tests.com testenc.com tx509.com trsa.com tcrl.com tsid.com treq.com \
209 @sh ./treq 2>/dev/null
210 @sh ./treq testreq2.pem 2>/dev/null

Completed in 117 milliseconds