Commit aebee780 authored by vouffofeudji's avatar vouffofeudji
Browse files

Removed obsolete AH-related type definitions

parent 8de2e3a9
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -417,8 +417,6 @@
			}}
		}
			
		group NeighborDiscovery_Ah {
			
			/*
			 *	@param  p_nextHeader Next header identifier value to be used.
			 *	@param  p_src Binary IPv6 address associated with the
@@ -426,7 +424,7 @@
			 *	@param  p_dst Binary IPv6 address associated with NUT.
			 *	@param  p_extHdrList List of extension header in the packet.
			*/
			template NeighborSolicitationWithAh m_nbrSol_ah(
			template NeighborSolicitation m_nbrSol_extHdr(
				UInt8 p_nextHeader,
				template Ipv6Address p_src,
				template Ipv6Address p_dst,
@@ -449,7 +447,7 @@
			 *          test component.
			 *	@param  p_dst Binary IPv6 address associated with NUT.
			*/
			template NeighborSolicitationWithAh mw_nbrSol_ah(
			template NeighborSolicitation mw_nbrSol_extHdr(
				template Ipv6Address p_src,
				template Ipv6Address p_dst) := {
				ipv6Hdr := mw_ipHdr_nextHdr_srcDst(c_icmpHdr, p_src, p_dst),
@@ -465,8 +463,6 @@
				}
			}

		} //end group NeighborDiscovery_Ah


	}//end group neighborDiscovery

+5 −6
Original line number Diff line number Diff line
@@ -615,7 +615,7 @@ module LibIpv6_Rfc2463Icmpv6_Templates {
			ipv6Payload := omit
		}
	} //end group ICMPv6_Echo_Request_Esp
	group ICMPv6_Echo_Request_Ah {

		/*
		 *	@param  p_nextHeader Next header identifier value to be used.
		 *	@param  p_src Binary IPv6 address associated with the
@@ -623,7 +623,7 @@ module LibIpv6_Rfc2463Icmpv6_Templates {
		 *	@param  p_dst Binary IPv6 address associated with NUT.
		 *	@param  p_extHdrList List of extension header in the packet.
		*/
		template EchoRequestWithAh m_echoRequest_ah(
		template EchoRequest m_echoRequest_extHdr(
			UInt8 p_nextHeader,
			template Ipv6Address p_src,
			template Ipv6Address p_dst,
@@ -638,7 +638,7 @@ module LibIpv6_Rfc2463Icmpv6_Templates {
		 *          test component.
		 *	@param  p_dst Binary IPv6 address associated with NUT.
		*/
		template EchoRequestWithAh mw_echoRequest_ah(
		template EchoRequest mw_echoRequest_extHdr(
			template Ipv6Address p_src,
			template Ipv6Address p_dst) := {
			ipv6Hdr := mw_ipHdr_nextHdr_srcDst(c_icmpHdr, p_src, p_dst),
@@ -661,7 +661,7 @@ module LibIpv6_Rfc2463Icmpv6_Templates {
		 *	@param  p_dst Binary IPv6 address associated with NUT.
		 *	@param  p_extHdrList List of extension header in the packet.
		*/
		template EchoReplyWithAh m_echoReply_ah(
		template EchoReply m_echoReply_extHdr(
			UInt8 p_nextHeader,
			template Ipv6Address p_src,
			template Ipv6Address p_dst,
@@ -676,7 +676,7 @@ module LibIpv6_Rfc2463Icmpv6_Templates {
		 *          test component.
		 *	@param  p_dst Binary IPv6 address associated with NUT.
		*/
		template EchoReplyWithAh mw_echoReply_ah(
		template EchoReply mw_echoReply_extHdr(
			template Ipv6Address p_src,
			template Ipv6Address p_dst) := {
			ipv6Hdr := mw_ipHdr_nextHdr_srcDst(c_icmpHdr, p_src, p_dst),
@@ -693,7 +693,6 @@ module LibIpv6_Rfc2463Icmpv6_Templates {
		}


	} //end group ICMPv6_Echo_Request_Ah
	group ICMPv6_EchoRequestMsg {
		template EchoRequestMsg m_echoRequestMsg(UInt16 p_id, UInt16 p_seqNr) := {
			icmpType := c_echoRequestMsg,