Searched refs:frag_off (Results 1 - 25 of 60) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/netfilter/
H A Dip6t_frag.c67 DEBUGP("INFO %04X ", fh->frag_off);
68 DEBUGP("OFFSET %04X ", ntohs(fh->frag_off) & ~0x7);
69 DEBUGP("RES %02X %04X", fh->reserved, ntohs(fh->frag_off) & 0x6);
70 DEBUGP("MF %04X ", fh->frag_off & htons(IP6_MF));
80 ntohs(fh->frag_off) & 0x6,
82 && (fh->reserved || (ntohs(fh->frag_off) & 0x06))));
85 ntohs(fh->frag_off) & ~0x7,
87 && (ntohs(fh->frag_off) & ~0x7)));
90 ntohs(fh->frag_off) & IP6_MF,
92 && !((ntohs(fh->frag_off)
[all...]
H A Dip6t_LOG.c102 printk("%u ", ntohs(fh->frag_off) & 0xFFF8);
105 if (fh->frag_off & htons(0x0001))
110 if (ntohs(fh->frag_off) & 0xFFF8)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dd1_both.c132 static void dtls1_fix_message_header(SSL *s, unsigned long frag_off,
137 unsigned long len, unsigned short seq_num, unsigned long frag_off,
179 unsigned int len, frag_off; local
227 frag_off = 0;
262 dtls1_fix_message_header(s, frag_off,
315 frag_off += (ret -= DTLS1_HM_HEADER_LENGTH);
350 if ( s->d1->r_msg_hdr.frag_off == 0)
386 s->d1->r_msg_hdr.frag_off = i;
416 frag->msg_header.frag_off <= (unsigned int)s->init_num - DTLS1_HM_HEADER_LENGTH)
420 - frag->msg_header.frag_off;
531 unsigned long l, frag_off, frag_len; local
1096 dtls1_retransmit_message(SSL *s, unsigned short seq, unsigned long frag_off, int *found) argument
1165 dtls1_set_message_header(SSL *s, unsigned char *p, unsigned char mt, unsigned long len, unsigned long frag_off, unsigned long frag_len) argument
1183 dtls1_set_message_header_int(SSL *s, unsigned char mt, unsigned long len, unsigned short seq_num, unsigned long frag_off, unsigned long frag_len) argument
1197 dtls1_fix_message_header(SSL *s, unsigned long frag_off, unsigned long frag_len) argument
[all...]
H A Ddtls1.h103 unsigned long frag_off; member in struct:hm_header_st
H A Dd1_pkt.c286 ((PQ_64BIT)s->d1->r_msg_hdr.frag_off);
927 unsigned int frag_off;
931 n2l3(p, frag_off);
933 dtls1_retransmit_message(s, seq, frag_off, &found);
1573 unsigned char buf[2 + 2 + 3]; /* alert level + alert desc + message seq +frag_off */
1586 if ( s->d1->r_msg_hdr.frag_off == 0) /* waiting for a new msg */
1595 l2n3(s->d1->r_msg_hdr.frag_off, ptr);
1680 *offset = msg_hdr.frag_off;
1696 msg_hdr.frag_off < s->d1->r_msg_hdr.frag_off)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dxfrm4_mode_tunnel.c65 top_iph->frag_off = (flags & XFRM_STATE_NOPMTUDISC) ?
66 0 : (iph->frag_off & htons(IP_DF));
73 top_iph->frag_off = 0;
80 if (!top_iph->frag_off)
H A Dah4.c73 iph->frag_off = top_iph->frag_off;
88 top_iph->frag_off = 0;
108 top_iph->frag_off = iph->frag_off;
162 iph->frag_off = 0;
H A Dip_output.c135 iph->frag_off = htons(IP_DF);
137 iph->frag_off = 0;
374 iph->frag_off = htons(IP_DF);
376 iph->frag_off = 0;
458 if (unlikely((iph->frag_off & htons(IP_DF)) && !skb->local_df)) {
487 (iph->frag_off & htons(IP_MF|IP_OFFSET)) ||
520 iph->frag_off = htons(IP_MF);
538 iph->frag_off = htons(offset>>3);
540 iph->frag_off |= htons(IP_MF);
586 offset = (ntohs(iph->frag_off)
[all...]
H A Dip_forward.c89 (ip_hdr(skb)->frag_off & htons(IP_DF))) && !skb->local_df) {
H A Dipip.c514 __be16 df = tiph->frag_off;
564 if (tiph->frag_off)
577 df |= (old_iph->frag_off&htons(IP_DF));
579 if ((old_iph->frag_off&htons(IP_DF)) && mtu < ntohs(old_iph->tot_len)) {
630 iph->frag_off = df;
690 p.iph.ihl != 5 || (p.iph.frag_off&htons(~IP_DF)))
693 p.iph.frag_off |= htons(IP_DF);
725 t->parms.iph.frag_off = p.iph.frag_off;
H A Dxfrm4_output.c31 if (!(ip_hdr(skb)->frag_off & htons(IP_DF)) || skb->local_df)
H A Dip_gre.c762 df = tiph->frag_off;
772 df |= (old_iph->frag_off&htons(IP_DF));
774 if ((old_iph->frag_off&htons(IP_DF)) &&
844 iph->frag_off = df;
934 p.iph.ihl != 5 || (p.iph.frag_off&htons(~IP_DF)) ||
938 p.iph.frag_off |= htons(IP_DF);
984 t->parms.iph.frag_off = p.iph.frag_off;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dipt_LOG.c66 if (ntohs(ih->frag_off) & IP_CE)
68 if (ntohs(ih->frag_off) & IP_DF)
70 if (ntohs(ih->frag_off) & IP_MF)
74 if (ntohs(ih->frag_off) & IP_OFFSET)
75 printk("FRAG:%u ", ntohs(ih->frag_off) & IP_OFFSET);
104 if (ntohs(ih->frag_off) & IP_OFFSET)
180 if (ntohs(ih->frag_off) & IP_OFFSET)
221 if (ntohs(ih->frag_off) & IP_OFFSET)
286 if (ntohs(ih->frag_off) & IP_OFFSET)
311 if (ntohs(ih->frag_off)
[all...]
H A Dipt_REJECT.c48 if (ip_hdr(oldskb)->frag_off & htons(IP_OFFSET))
125 niph->frag_off = htons(IP_DF);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/ipvs/
H A Dip_vs_xmit.c181 if ((skb->len > mtu) && (iph->frag_off & htons(IP_DF))) {
248 if ((skb->len > mtu) && (iph->frag_off & htons(IP_DF))) {
322 __be16 df = old_iph->frag_off;
351 df |= (old_iph->frag_off & htons(IP_DF));
353 if ((old_iph->frag_off & htons(IP_DF))
400 iph->frag_off = df;
447 if ((iph->frag_off & htons(IP_DF)) && skb->len > mtu) {
521 if ((skb->len > mtu) && (ip_hdr(skb)->frag_off & htons(IP_DF))) {
H A Dip_vs_proto.c168 else if (ih->frag_off & __constant_htons(IP_OFFSET))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Ddtls1.h103 unsigned long frag_off; member in struct:hm_header_st
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dexthdrs_core.c83 frag_off),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/IGMP-PROXY/src/include/
H A Dip.h59 u_int16_t frag_off; member in struct:iphdr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dip.h98 __be16 frag_off; member in struct:iphdr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/ip/
H A Diptunnel.c179 p->iph.frag_off = htons(IP_DF);
264 p->iph.frag_off = 0;
266 p->iph.frag_off = htons(IP_DF);
365 if (p.iph.ttl && p.iph.frag_off == 0) {
446 if (!(p->iph.frag_off&htons(IP_DF)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/libiproute/
H A Diptunnel.c159 p->iph.frag_off = htons(IP_DF);
239 p->iph.frag_off = 0;
241 p->iph.frag_off = htons(IP_DF);
337 if (p.iph.ttl && p.iph.frag_off == 0) {
410 if (!(p->iph.frag_off & htons(IP_DF)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/common/include/proto/
H A Dbcmip.h176 uint16 frag_off; member in struct:ipv6_exthdr_frag
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/proto/
H A Dbcmip.h185 uint16 frag_off; member in struct:ipv6_exthdr_frag
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/netfilter/
H A Debt_ip.c55 if (ntohs(ih->frag_off) & IP_OFFSET)

Completed in 131 milliseconds

123