IsIPAddressWithinPrefix (open)
Returns whether an IP adress lies within a network prefix
Syntax
LOADLIB "wh::internet/tcpip.whlib";
BOOLEAN FUNCTION IsIPAddressWithinPrefix(STRING ip, STRING networkprefix)Parameters
STRING ipIP address to check
STRING networkprefixNetwork prefix
Return value
BOOLEANTRUE if the IP address lies within the prefix