Copyright © 2013 Mark Anderson
Authors: Mark Anderson (mark@opscode.com).
envy_ip_preference() = ipv4 | ipv6
| host_to_ip/2 | |
| host_to_ip/3 | |
| parse_host_to_ip/2 | |
| to_ip/2 |
host_to_ip(Section, Item) -> any()
host_to_ip(Section, Item, Default) -> any()
parse_host_to_ip(Section, HostString) -> any()
to_ip(Host::string(), Tail::[envy_ip_preference()]) -> inet:ip_address()
Generated by EDoc