Home | History | Annotate | Download | only in src

Lines Matching refs:address

40 // Searches the host name for the portions of the IPv4 address. On success,
42 // It will return false if the host can not be separated as an IPv4 address
44 // be in an IP address. (This is important so we fail as early as possible for
52 // address. IE6 is included in this. We do NOT handle this case. In many cases,
56 // notice these spaces and escape them, which will make IP address finding
65 // Converts an IPv4 address to a 32-bit number (network byte order).
68 // IPV4 - IPv4 address was successfully parsed.
69 // BROKEN - Input was formatted like an IPv4 address, but overflow occurred
71 // NEUTRAL - Input couldn't possibly be interpreted as an IPv4 address.
72 // It might be an IPv6 address, or a hostname.
75 // components in the IPv4 address.
79 unsigned char address[4],
84 unsigned char address[4],
87 // Converts an IPv6 address to a 128-bit number (network byte order), returning
88 // true on success. False means that the input was not a valid IPv6 address.
94 unsigned char address[16]);
97 unsigned char address[16]);