Loading ttcn3/EtsiLibrary/LibIpv6/LibCore/LibIpv6_Rfc2461NeighborDiscovery_Templates_PK.ttcn +19 −0 Original line number Diff line number Diff line Loading @@ -175,6 +175,25 @@ nbrSolOptions:= p_opts } /* * @param p_src Binary IPv6 address associated with the * test component. * @param p_dst Binary IPv6 address associated with NUT. * @param p_targetAddr Binary IPv6 address associated with target. */ template NeighborSolicitation mw_nbrSol_noExtHdr_anyOpts ( template Ipv6Address p_src, template Ipv6Address p_dst, Ipv6Address p_targetAddr ) := { ipv6Hdr := mw_ipHdr_srcDst(c_icmpHdr, p_src, p_dst), extHdrList := omit, icmpType:= c_nbrSol, icmpCode:= c_icmpCode0, checksum:= ?, reserved:= 0, targetAddr:= p_targetAddr, nbrSolOptions:= * } /* * @param p_src Binary IPv6 address associated with the * test component. Loading Loading
ttcn3/EtsiLibrary/LibIpv6/LibCore/LibIpv6_Rfc2461NeighborDiscovery_Templates_PK.ttcn +19 −0 Original line number Diff line number Diff line Loading @@ -175,6 +175,25 @@ nbrSolOptions:= p_opts } /* * @param p_src Binary IPv6 address associated with the * test component. * @param p_dst Binary IPv6 address associated with NUT. * @param p_targetAddr Binary IPv6 address associated with target. */ template NeighborSolicitation mw_nbrSol_noExtHdr_anyOpts ( template Ipv6Address p_src, template Ipv6Address p_dst, Ipv6Address p_targetAddr ) := { ipv6Hdr := mw_ipHdr_srcDst(c_icmpHdr, p_src, p_dst), extHdrList := omit, icmpType:= c_nbrSol, icmpCode:= c_icmpCode0, checksum:= ?, reserved:= 0, targetAddr:= p_targetAddr, nbrSolOptions:= * } /* * @param p_src Binary IPv6 address associated with the * test component. Loading