// // $Copyright$ // // $TAHI: ct/icmp/Unknown_Infomsg.def,v 1.1 2003/03/26 07:47:34 masaxmasa Exp $ #include "icmp.def" //---------------------------------------------------------------------- // unknown ICMPv6 Informational message //---------------------------------------------------------------------- _FEM_icmp6( ANY, unknown_infomsg, _HETHER_tn2nut, { _SRC(tnv6()); _DST(nutv6()); }, { Type = 255; Code = 0; data = repeat(1, 16); } ) //---------------------------------------------------------------------- // any code parameter_problem //---------------------------------------------------------------------- FEM_icmp6_parameter_problem( parameter_problem, _HETHER_nut2tn, { _SRC(nutv6()); _DST(tnv6()); }, { Code = any; Pointer = any; payload = any; } )