// // $Copyright$ // // $TAHI: ct/icmp/SAD_a_dst_unr_LLA.def,v 1.2 2001/10/05 06:38:50 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_LLA_code_four, _HETHER_nut2tn, { _SRC(nutv6()); _DST(tnv6()); }, { Code = 4; payload = any; } )