Searched refs:oth (Results 1 - 19 of 19) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/netfilter/
H A Dipt_REJECT.c41 const struct tcphdr *oth; local
49 oth = skb_header_pointer(oldskb, ip_hdrlen(oldskb),
51 if (oth == NULL)
55 if (oth->rst)
84 tcph->source = oth->dest;
85 tcph->dest = oth->source;
88 if (oth->ack)
89 tcph->seq = oth->ack_seq;
91 tcph->ack_seq = htonl(ntohl(oth->seq) + oth
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509v3/
H A Dv3_genn.c230 OTHERNAME *oth;
231 oth = OTHERNAME_new();
232 if (!oth)
234 oth->type_id = oid;
235 oth->value = value;
236 GENERAL_NAME_set0_value(gen, GEN_OTHERNAME, oth);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509v3/
H A Dv3_genn.c230 OTHERNAME *oth;
231 oth = OTHERNAME_new();
232 if (!oth)
234 oth->type_id = oid;
235 oth->value = value;
236 GENERAL_NAME_set0_value(gen, GEN_OTHERNAME, oth);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/modules/
H A Dvjcompress.c181 register struct tcphdr *oth; local
275 oth = (struct tcphdr *)&((int *)&cs->cs_ip)[hlen];
285 getth_off(*th) != getth_off(*oth) ||
287 (getth_off(*th) > 5 && BCMP(th + 1, oth + 1, (getth_off(*th) - 5) << 2)))
300 } else if (th->th_urp != oth->th_urp)
307 if ((deltaS = (u_short)(ntohs(th->th_win) - ntohs(oth->th_win))) > 0) {
312 if ((deltaA = ntohl(th->th_ack) - ntohl(oth->th_ack)) > 0) {
319 if ((deltaS = ntohl(th->th_seq) - ntohl(oth->th_seq)) > 0) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/modules/
H A Dvjcompress.c177 register struct tcphdr *oth; local
271 oth = (struct tcphdr *)&((int *)&cs->cs_ip)[hlen];
281 getth_off(*th) != getth_off(*oth) ||
283 (getth_off(*th) > 5 && BCMP(th + 1, oth + 1, (getth_off(*th) - 5) << 2)))
296 } else if (th->th_urp != oth->th_urp)
303 if ((deltaS = (u_short)(ntohs(th->th_win) - ntohs(oth->th_win))) > 0) {
308 if ((deltaA = ntohl(th->th_ack) - ntohl(oth->th_ack)) > 0) {
315 if ((deltaS = ntohl(th->th_seq) - ntohl(oth->th_seq)) > 0) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dslhc.c236 struct tcphdr *th, *oth; local
342 oth = &cs->cs_tcp;
364 } else if(th->urg_ptr != oth->urg_ptr){
371 if((deltaS = ntohs(th->window) - ntohs(oth->window)) != 0){
375 if((deltaA = ntohl(th->ack_seq) - ntohl(oth->ack_seq)) != 0L){
381 if((deltaS = ntohl(th->seq) - ntohl(oth->seq)) != 0L){
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/decnet/
H A Ddn_nsp_out.c335 static __le16 *dn_nsp_mk_data_header(struct sock *sk, struct sk_buff *skb, int oth) argument
339 __le16 *ptr = dn_mk_ack_header(sk, skb, cb->nsp_flags, 11, oth);
341 if (unlikely(oth)) {
354 gfp_t gfp, int oth)
361 dn_nsp_mk_data_header(sk, skb, oth);
370 if (oth)
353 dn_nsp_queue_xmit(struct sock *sk, struct sk_buff *skb, gfp_t gfp, int oth) argument
H A Ddn_nsp_in.c130 static int dn_process_ack(struct sock *sk, struct sk_buff *skb, int oth) argument
144 if (oth)
157 if (oth)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_uc.c75 ohdr = &qp->s_hdr.u.oth;
77 ohdr = &qp->s_hdr.u.l.oth;
259 ohdr = &hdr->u.oth;
264 ohdr = &hdr->u.l.oth;
H A Dipath_ud.c324 ohdr = &qp->s_hdr.u.l.oth;
332 ohdr = &qp->s_hdr.u.oth;
415 ohdr = &hdr->u.oth;
421 ohdr = &hdr->u.l.oth;
H A Dipath_rc.c228 ohdr = &qp->s_hdr.u.oth;
230 ohdr = &qp->s_hdr.u.l.oth;
653 ohdr = &hdr.u.oth;
661 ohdr = &hdr.u.l.oth;
1586 ohdr = &hdr->u.oth;
1591 ohdr = &hdr->u.l.oth;
H A Dipath_verbs.h140 struct ipath_other_headers oth; member in struct:ipath_ib_header::__anon11601::__anon11602
142 struct ipath_other_headers oth; member in union:ipath_ib_header::__anon11601
H A Dipath_verbs.c609 ohdr = &hdr->u.oth;
611 ohdr = &hdr->u.l.oth;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_uc.c75 ohdr = &qp->s_hdr.u.oth;
77 ohdr = &qp->s_hdr.u.l.oth;
258 ohdr = &hdr->u.oth;
261 ohdr = &hdr->u.l.oth;
H A Dqib_ud.c321 ohdr = &qp->s_hdr.u.l.oth;
329 ohdr = &qp->s_hdr.u.oth;
432 ohdr = &hdr->u.oth;
435 ohdr = &hdr->u.l.oth;
H A Dqib_rc.c248 ohdr = &qp->s_hdr.u.oth;
250 ohdr = &qp->s_hdr.u.l.oth;
679 ohdr = &hdr.u.oth;
686 ohdr = &hdr.u.l.oth;
988 ohdr = &hdr->u.oth;
990 ohdr = &hdr->u.l.oth;
1855 ohdr = &hdr->u.oth;
1858 ohdr = &hdr->u.l.oth;
H A Dqib_verbs.h191 struct qib_other_headers oth; member in struct:qib_ib_header::__anon11696::__anon11697
193 struct qib_other_headers oth; member in union:qib_ib_header::__anon11696
H A Dqib_verbs.c619 ohdr = &hdr->u.oth;
623 ohdr = &hdr->u.l.oth;
H A Dqib_iba7322.c1324 .u.oth.bth[0] = cpu_to_be32(
1326 .u.oth.bth[1] = cpu_to_be32(0),
1327 .u.oth.bth[2] = cpu_to_be32(0),
1328 .u.oth.u.ud.deth[0] = cpu_to_be32(0),
1329 .u.oth.u.ud.deth[1] = cpu_to_be32(0),

Completed in 215 milliseconds