Parse an IPv4 address string in the dotted-decimal form a.b.c.d and return the number.
If the string is not a legitimate IPv4 address, ADDR_NONE is returned.
See Implementation
Parse an IPv4 address string in the dotted-decimal form a.b.c.d and return the number.