Loading ttcn3/EtsiLibrary/LibIpv6/LibCore/LibIpv6_Rfc2461NeighborDiscovery_Templates.ttcn +21 −0 Original line number Diff line number Diff line Loading @@ -484,6 +484,27 @@ } } /* * @param p_src Binary IPv6 address associated with the * test component. * @param p_dst Binary IPv6 address associated with NUT. */ template NeighborSolicitation mw_nbrSol_extHdr_AHHeaders( template Ipv6Address p_src, template Ipv6Address p_dst) := { ipv6Hdr := mw_ipHdr_nextHdr_srcDst(c_authHdr, p_src, p_dst), extHdrList := ?, ipv6Payload := { nbrSolMsg := { icmpType := c_nbrSolMsg, icmpCode := c_icmpCode0, checksum := ?, reserved := ?, targetAddr := ?, nbrSolOptions := * } } } }//end group neighborDiscovery Loading ttcn3/EtsiLibrary/LibIpv6/LibMultiRfcs/LibIpv6_MultiRfcs_Functions.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -366,7 +366,7 @@ group IcmpAndEspFns { p_paramsTn.gla, m_extHdrList_1Elem ( mw_extHdr_espHeader( vc_sad[c_saOut].spi, vc_sad[c_saIn].spi, ?, m_espIpDatagram( omit, Loading Loading
ttcn3/EtsiLibrary/LibIpv6/LibCore/LibIpv6_Rfc2461NeighborDiscovery_Templates.ttcn +21 −0 Original line number Diff line number Diff line Loading @@ -484,6 +484,27 @@ } } /* * @param p_src Binary IPv6 address associated with the * test component. * @param p_dst Binary IPv6 address associated with NUT. */ template NeighborSolicitation mw_nbrSol_extHdr_AHHeaders( template Ipv6Address p_src, template Ipv6Address p_dst) := { ipv6Hdr := mw_ipHdr_nextHdr_srcDst(c_authHdr, p_src, p_dst), extHdrList := ?, ipv6Payload := { nbrSolMsg := { icmpType := c_nbrSolMsg, icmpCode := c_icmpCode0, checksum := ?, reserved := ?, targetAddr := ?, nbrSolOptions := * } } } }//end group neighborDiscovery Loading
ttcn3/EtsiLibrary/LibIpv6/LibMultiRfcs/LibIpv6_MultiRfcs_Functions.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -366,7 +366,7 @@ group IcmpAndEspFns { p_paramsTn.gla, m_extHdrList_1Elem ( mw_extHdr_espHeader( vc_sad[c_saOut].spi, vc_sad[c_saIn].spi, ?, m_espIpDatagram( omit, Loading