Loading ttcn3/EtsiLibrary/LibIpv6/LibCore/LibIpv6_Rfc2461NeighborDiscovery_Templates.ttcn +21 −0 Original line number Diff line number Diff line Loading @@ -245,6 +245,27 @@ }} } /* * @param p_src Binary IPv6 address associated with the * test component. * @param p_dst Binary IPv6 address associated with NUT. */ template NeighborAdvertisement mw_nbrAdv_AHHeaders := { ipv6Hdr := mw_ipHdr_nextHdr(c_authHdr), extHdrList := *, ipv6Payload := { nbrAdvMsg := { icmpType:= c_nbrAdvMsg, icmpCode:= c_icmpCode0, checksum:= ?, routerFlag:=?, solicitedFlag:=?, overrideFlag:=?, reserved:=0, targetAddr:=?, nbrAdvOptions:=* }} } /* * @param p_src Binary IPv6 address associated with the * test component. Loading Loading
ttcn3/EtsiLibrary/LibIpv6/LibCore/LibIpv6_Rfc2461NeighborDiscovery_Templates.ttcn +21 −0 Original line number Diff line number Diff line Loading @@ -245,6 +245,27 @@ }} } /* * @param p_src Binary IPv6 address associated with the * test component. * @param p_dst Binary IPv6 address associated with NUT. */ template NeighborAdvertisement mw_nbrAdv_AHHeaders := { ipv6Hdr := mw_ipHdr_nextHdr(c_authHdr), extHdrList := *, ipv6Payload := { nbrAdvMsg := { icmpType:= c_nbrAdvMsg, icmpCode:= c_icmpCode0, checksum:= ?, routerFlag:=?, solicitedFlag:=?, overrideFlag:=?, reserved:=0, targetAddr:=?, nbrAdvOptions:=* }} } /* * @param p_src Binary IPv6 address associated with the * test component. Loading