Searched refs:fhdr (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/boot/utils/
H A Dhack-coff.c38 struct external_filehdr fhdr; local
50 if (read(fd, &fhdr, sizeof(fhdr)) != sizeof(fhdr))
52 i = get_16be(fhdr.f_magic);
57 aoutsz = get_16be(fhdr.f_opthdr);
60 nsect = get_16be(fhdr.f_nscns);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/
H A Dreassembly.c353 struct frag_hdr *fhdr, int nhoff)
361 offset = ntohs(fhdr->frag_off) & ~0x7;
363 ((u8 *) (fhdr + 1) - (u8 *) (skb->nh.ipv6h + 1)));
366 icmpv6_param_prob(skb,ICMPV6_HDR_FIELD, (u8*)&fhdr->frag_off - skb->nh.raw);
372 csum_partial(skb->nh.raw, (u8*)(fhdr+1)-skb->nh.raw, 0));
375 if (!(fhdr->frag_off & htons(0x0001))) {
408 if (!pskb_pull(skb, (u8 *) (fhdr + 1) - skb->data))
630 struct frag_hdr *fhdr; local
649 fhdr = (struct frag_hdr *)skb->h.raw;
651 if (!(fhdr
352 ip6_frag_queue(struct frag_queue *fq, struct sk_buff *skb, struct frag_hdr *fhdr, int nhoff) argument
[all...]
H A Dip6_output.c53 static __inline__ void ipv6_select_ident(struct sk_buff *skb, struct frag_hdr *fhdr) argument
59 fhdr->identification = htonl(ipv6_fragmentation_id);
306 struct frag_hdr *fhdr; local
308 fhdr = (struct frag_hdr *) skb_put(skb, sizeof(struct frag_hdr));
310 fhdr->nexthdr = *prev_hdr;
312 prev_hdr = &fhdr->nexthdr;
314 fhdr->reserved = 0;
315 fhdr->frag_off = htons(offset);
316 ipv6_select_ident(skb, fhdr);
317 return &fhdr
[all...]
H A Dexthdrs.c790 struct frag_hdr *fhdr = (struct frag_hdr *) &hdr; local
791 if (ntohs(fhdr->frag_off) & ~0x7)
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/netfilter/
H A Dip6t_LOG.c105 struct frag_hdr *fhdr = (struct frag_hdr *)hdrptr; local
108 printk("FRAG:%u ", ntohs(fhdr->frag_off) & 0xFFF8);
111 if (fhdr->frag_off & htons(0x0001))
114 printk("ID:%08x ", fhdr->identification);
116 if (ntohs(fhdr->frag_off) & 0xFFF8)

Completed in 97 milliseconds