Searched refs:icmp6hdr (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dndisc.h57 struct icmp6hdr icmph;
63 struct icmp6hdr icmph;
68 struct icmp6hdr icmph;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dicmp.c145 ptr+offsetof(struct icmp6hdr, icmp6_type),
211 static int icmpv6_push_pending_frames(struct sock *sk, struct flowi *fl, struct icmp6hdr *thdr, int len)
214 struct icmp6hdr *icmp6h;
221 memcpy(icmp6h, thdr, sizeof(struct icmp6hdr));
226 sizeof(struct icmp6hdr), skb->csum);
239 sizeof(struct icmp6hdr), tmp_csum);
306 struct icmp6hdr tmp_hdr;
435 len = min_t(unsigned int, len, IPV6_MIN_MTU - sizeof(struct ipv6hdr) -sizeof(struct icmp6hdr));
444 len + sizeof(struct icmp6hdr),
445 sizeof(struct icmp6hdr),
[all...]
H A Dndisc.c433 struct icmp6hdr *icmp6h, struct in6_addr *target,
440 struct icmp6hdr *hdr;
460 len = sizeof(struct icmp6hdr) + (target ? sizeof(*target) : 0);
482 hdr = (struct icmp6hdr *)skb_transport_header(skb);
485 opt = skb_transport_header(skb) + sizeof(struct icmp6hdr);
529 struct icmp6hdr icmp6h = {
574 struct icmp6hdr icmp6h = {
601 struct icmp6hdr icmp6h = {
1260 struct icmp6hdr *icmph;
1276 optlen -= sizeof(struct icmp6hdr)
[all...]
H A Dmcast.c990 struct icmp6hdr *pic;
995 if (!pskb_may_pull(skb, sizeof(struct icmp6hdr)))
1168 struct icmp6hdr *hdr;
1217 sizeof(struct icmp6hdr);
1295 struct icmp6hdr *hdr;
1767 struct icmp6hdr *hdr;
1787 len = sizeof(struct icmp6hdr) + sizeof(struct in6_addr);
1815 hdr = (struct icmp6hdr *) skb_put(skb, sizeof(struct icmp6hdr));
1816 memset(hdr, 0, sizeof(struct icmp6hdr));
[all...]
H A Draw.c129 struct icmp6hdr *icmph;
132 if (pskb_may_pull(skb, sizeof(struct icmp6hdr))) {
136 icmph = (struct icmp6hdr *) skb->data;
H A Dip6_output.c333 struct icmp6hdr *icmp6;
339 icmp6 = (struct icmp6hdr *)(skb_network_header(skb) + offset);
H A Ddatagram.c216 struct icmp6hdr *icmph = icmp6_hdr(skb);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dicmpv6.h6 struct icmp6hdr { struct
81 static inline struct icmp6hdr *icmp6_hdr(const struct sk_buff *skb)
83 return (struct icmp6hdr *)skb_transport_header(skb);
H A Dmroute6.h295 struct icmp6hdr mld_icmp6_hdr;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/netfilter/
H A Dnf_conntrack_proto_icmpv6.c36 struct icmp6hdr _hdr, *hp;
141 struct icmp6hdr _hdr, *hp;
211 struct icmp6hdr _ih, *icmp6h;
H A Dip6t_LOG.c297 struct icmp6hdr _icmp6h, *ic;
H A Dip6_tables.c1283 struct icmp6hdr _icmp, *ic;

Completed in 424 milliseconds