// // $Copyright$ // // $TAHI: ct/icmp/SAD_a_dst_unr_GA.def,v 1.2 2001/10/05 06:38:50 masaxmasa Exp $ #include "icmp.def" FEM_udp( ipv6_udp_tn2nut_GA_unknown_port, _HETHER_tn2nut, { _SRC(TN_GLOBAL_ADDRESS); _DST(NUT_GLOBAL_ADDRESS); }, { SourcePort=8000; DestinationPort=8000; }, ping_data ) FEM_icmp6_destination_unreachable( destination_unreachable_nut2tn_GA_code_four, _HETHER_nut2tn, { _SRC(NUT_GLOBAL_ADDRESS); _DST(TN_GLOBAL_ADDRESS); }, { Code = 4; payload = any; } )