[ CCode ( has_construct_function = false ) ]
public InetAddressMask.from_string (string mask_string) throws Error
Parses mask_string
as an IP address and (optional) length, and creates a new
InetAddressMask.
The length, if present, is delimited by a "/". If it is not present, then the length is assumed to be the full length of the address.
mask_string |
an IP address or address/length string |
a new InetAddressMask corresponding to |