Searched refs:rel_code (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dip6_tunnel.c394 int rel_code = ICMPV6_ADDR_UNREACH; local
462 rel_code = 0;
470 *code = rel_code;
485 int rel_code = code; local
493 err = ip6_tnl_err(skb, IPPROTO_IPIP, opt, &rel_type, &rel_code,
503 if (rel_code != ICMPV6_ADDR_UNREACH)
506 rel_code = ICMP_HOST_UNREACH;
509 if (rel_code != 0)
512 rel_code = ICMP_FRAG_NEEDED;
562 if (rel_type == ICMP_DEST_UNREACH && rel_code
583 int rel_code = code; local
[all...]
H A Dsit.c281 int rel_code = 0;
319 rel_code = ICMPV6_ADDR_UNREACH;
327 rel_code = ICMPV6_EXC_HOPLIMIT;
351 rel_code = ICMPV6_ADDR_UNREACH;
353 icmpv6_send(skb2, rel_type, rel_code, rel_info, skb2->dev);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dipip.c336 int rel_code = 0;
385 rel_code = ICMP_HOST_UNREACH;
448 rel_code = ICMP_HOST_UNREACH;
452 icmp_send(skb2, rel_type, rel_code, rel_info);
H A Dip_gre.c391 int rel_code = 0;
457 rel_code = ICMP_HOST_UNREACH;
520 rel_code = ICMP_HOST_UNREACH;
524 icmp_send(skb2, rel_type, rel_code, rel_info);

Completed in 57 milliseconds