Searched refs:icmp6_mtu (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dicmpv6.h67 #define icmp6_mtu icmp6_dataun.un_data32[0] macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dicmp6.h87 #define icmp6_mtu icmp6_data32[0] /* packet too big */ macro
H A Dprint-icmp6.c398 TCHECK(dp->icmp6_mtu);
399 printf(", mtu %u", EXTRACT_32BITS(&dp->icmp6_mtu));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dicmp.c703 ntohl(hdr->icmp6_mtu));
712 icmpv6_notify(skb, type, hdr->icmp6_code, hdr->icmp6_mtu);
753 icmpv6_notify(skb, type, hdr->icmp6_code, hdr->icmp6_mtu);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/netfilter/
H A Dip6t_LOG.c352 printk("MTU=%u ", ntohl(ic->icmp6_mtu));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/
H A Dping6.c771 pr_icmph(icmph->icmp6_type, icmph->icmp6_code, ntohl(icmph->icmp6_mtu));

Completed in 90 milliseconds