IPV6_ADDRESS_PAIR_T¶
Provides operations for IPv6 address pair
This topic lists the expressions that are provided by this class.
EQ ( ipv6_address_at i)
Returns boolean TRUE if either source IP or destination IP is same as the argument. Example : CONNECTION.IPv6.EQ(2001:db8:0:0:1::1)
Parameters (expressions not allowed):
i - IPv6 address
Returns: bool_at
NE ( ipv6_address_at i)
Returns boolesn TRUE is neither source IP nor Destination IP is same as the argument. Example : CONNECTION.IPv6.NE(2001:db8:0:0:1::1)
Parameters (expressions not allowed):
i - IP Address
Returns: bool_at