OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES   |
|
const UInt8_Type tsc_IP_Protocol_ICMP := 1
const UInt8_Type tsc_IP_Protocol_UDP := 17
const UInt8_Type tsc_ICMP_Type_EchoReply := 0
const UInt8_Type tsc_ICMPv6_Type_EchoReply := 129
const UInt8_Type tsc_ICMP_Type_EchoRequest := 8
const UInt8_Type tsc_IP_Protocol_TCP := 6
const UInt8_Type tsc_IP_Protocol_IPSec := 50
const UInt8_Type tsc_IP_Protocol_ICMPv6 := 58
const integer tsc_IMS_PortNumber_5060 := 5060
const octetstring tsc_IP_AnyData := '00112233445566778899AABBCCDDEEFF'O
function fl_LoopbackModeB_IPv4IPv6Address(boolean p_UseIPv4,
charstring p_IPv4Addr,
charstring p_IPv6Addr) return charstring
function f_LoopbackModeB_IP_Address_UE(boolean p_UseIPv4 := pc_IPv4,
PDN_Index_Type p_PdnIndex := PDN_1) return charstring
function f_LoopbackModeB_IP_Address_NW(boolean p_UseIPv4 := pc_IPv4,
PDN_Index_Type p_PdnIndex := PDN_1) return charstring
function f_IpAddressIsIPv4(charstring p_IpAddress) return boolean
function f_IpAddressIsIPv6(charstring p_IpAddress) return boolean
function f_Convert_IPv4Addr2OctString(charstring p_IPv4AddrChar) return O4_Type
function f_Convert_IPv6Addr2OctString(charstring p_IPv6AddrChar) return O16_Type
function f_Convert_OctString2IPv6Addr(O16_Type p_IPv6AddrOct) return charstring
function f_IpChecksum(octetstring p_OctetString) return O2_Type
function f_IPv4Packet_Create(O2_Type p_Identification := '6d7d'O,
O1_Type p_TOS := '00'O,
UInt8_Type p_Protocol,
charstring p_SourceAddr,
charstring p_DestAddr,
octetstring p_IPPayload)
return octetstring
function f_IPv6Packet_Create(O1_Type p_TrafficClass := '00'O,
UInt20_Type p_FlowLabel := 0,
UInt8_Type p_Protocol,
charstring p_SourceAddr,
charstring p_DestAddr,
octetstring p_IPPayload)
return octetstring
function f_IPv4UdpDatagram_Create(charstring p_SourceAddr,
charstring p_DestAddr,
UInt16_Type p_SourcePort,
UInt16_Type p_DestPort,
octetstring p_UdpPayload)
return octetstring
function f_IPv6UdpDatagram_Create(charstring p_SourceAddr,
charstring p_DestAddr,
UInt16_Type p_SourcePort,
UInt16_Type p_DestPort,
octetstring p_UdpPayload)
return octetstring
function f_IPv4TcpDatagram_Create(charstring p_SourceAddr,
charstring p_DestAddr,
UInt16_Type p_SourcePort,
UInt16_Type p_DestPort,
octetstring p_TcpPayload)
return octetstring
function f_IPv6TcpDatagram_Create(charstring p_SourceAddr,
charstring p_DestAddr,
UInt16_Type p_SourcePort,
UInt16_Type p_DestPort,
octetstring p_TcpPayload)
return octetstring
function fl_IcmpDatagram_Create(UInt8_Type p_IcmpType,
O2_Type p_SequenceNumber,
octetstring p_Data)
return octetstring
function f_IcmpEchoReply(UInt8_Type p_EchoReplyType,
integer p_SequenceNumber) return octetstring
function f_IPv4IPv6_IcmpEchoReply(charstring p_SourceAddr,
charstring p_DestAddr := "",
integer p_SequenceNumber := 1) return octetstring
function f_IPv4IPv6_AnyUdpPacket(charstring p_SourceAddr,
charstring p_DestAddr,
UInt16_Type p_SourcePort,
UInt16_Type p_DestPort) return octetstring