Loading ttcn/LibCommonRfcs/LibIpv6_Interface_TypesAndValues.ttcn +3 −0 Original line number Original line Diff line number Diff line Loading @@ -441,6 +441,8 @@ module LibIpv6_Interface_TypesAndValues { IkeMsg ikeMsg, IkeMsg ikeMsg, //Udp //Udp UdpMsg udpMsg, UdpMsg udpMsg, // IPv6/4 tunneling Ipv4Packet ipv4Packet, //General IPv6 packet //General IPv6 packet octetstring octetstringMsg octetstring octetstringMsg } } Loading Loading @@ -497,6 +499,7 @@ module LibIpv6_Interface_TypesAndValues { group ExtensionHeaderIds { group ExtensionHeaderIds { const UInt8 c_hopHdr := 0; const UInt8 c_hopHdr := 0; const UInt8 c_ipv4Hdr := 4; const UInt8 c_tcpHdr := 6; const UInt8 c_tcpHdr := 6; const UInt8 c_udpHdr := 17; const UInt8 c_udpHdr := 17; const UInt8 c_tunneledIpHdr := 41; const UInt8 c_tunneledIpHdr := 41; Loading Loading
ttcn/LibCommonRfcs/LibIpv6_Interface_TypesAndValues.ttcn +3 −0 Original line number Original line Diff line number Diff line Loading @@ -441,6 +441,8 @@ module LibIpv6_Interface_TypesAndValues { IkeMsg ikeMsg, IkeMsg ikeMsg, //Udp //Udp UdpMsg udpMsg, UdpMsg udpMsg, // IPv6/4 tunneling Ipv4Packet ipv4Packet, //General IPv6 packet //General IPv6 packet octetstring octetstringMsg octetstring octetstringMsg } } Loading Loading @@ -497,6 +499,7 @@ module LibIpv6_Interface_TypesAndValues { group ExtensionHeaderIds { group ExtensionHeaderIds { const UInt8 c_hopHdr := 0; const UInt8 c_hopHdr := 0; const UInt8 c_ipv4Hdr := 4; const UInt8 c_tcpHdr := 6; const UInt8 c_tcpHdr := 6; const UInt8 c_udpHdr := 17; const UInt8 c_udpHdr := 17; const UInt8 c_tunneledIpHdr := 41; const UInt8 c_tunneledIpHdr := 41; Loading