|
IPv6TestAdapter v47 build 0.8 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.testingtech.ttcn.tri.ExternalFunctions_IPv6
This class implements all the external function declaration of the IPv6 ATS(STF276)
Constructor Summary | |
ExternalFunctions_IPv6(de.tu_berlin.cs.uebb.muttcn.runtime.RB rb)
|
Method Summary | |
EnumeratedValue |
fx_configPorts(RecordValue p_portCfg)
This external function maps ports to mac-addresses |
com.testingtech.generated.codec.Oct1to255 |
fx_getMacAddr(com.testingtech.generated.codec.Ipv6Address p_ipv6Address)
This external function returns the mac address which corresponds to the ip address |
OctetstringValue |
fx_icmpv6Checksum(UnionValue p_packet)
This external function calculates the checksum |
IntegerValue |
fx_payloadLength(UnionValue p_msg)
This external function calculates the payload length of a IPv6 packet |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ExternalFunctions_IPv6(de.tu_berlin.cs.uebb.muttcn.runtime.RB rb)
Method Detail |
public com.testingtech.generated.codec.Oct1to255 fx_getMacAddr(com.testingtech.generated.codec.Ipv6Address p_ipv6Address)
p_ipv6Address
- The given IPv6 address
public EnumeratedValue fx_configPorts(RecordValue p_portCfg)
p_portCfg
- The port configuration
public IntegerValue fx_payloadLength(UnionValue p_msg)
p_msg
- The IPv6 packet for calculation.
public OctetstringValue fx_icmpv6Checksum(UnionValue p_packet)
p_packet
- The Icmpv6 packet for calculation.
|
IPv6TestAdapter v47 build 0.8 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |