// // $Copyright$ // // $TAHI: ct/icmp/destination_unreachable_code_four.def,v 1.3 2001/10/05 06:38:51 masaxmasa Exp $ #include "icmp.def" FEM_udp( ipv6_udp_tn2nut_unknown_port, _HETHER_tn2nut, { _SRC(tnv6()); _DST(nutv6()); }, { SourcePort=8000; DestinationPort=8000; }, ping_data ) FEM_icmp6_destination_unreachable( destination_unreachable_nut2tn_any_code_four, _HETHER_nut2tn, { _SRC(NUT_ONEOF_ADDRESSES); _DST(TN_ONEOF_ADDRESSES); }, { Code = 4; payload = any; } )