mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-22 23:28:06 +08:00
13 lines
273 B
Markdown
13 lines
273 B
Markdown
|
---
|
||
|
title: "mg_resolve_from_hosts_file()"
|
||
|
decl_name: "mg_resolve_from_hosts_file"
|
||
|
symbol_kind: "func"
|
||
|
signature: |
|
||
|
int mg_resolve_from_hosts_file(const char *host, union socket_address *usa);
|
||
|
---
|
||
|
|
||
|
Resolve a name from `/etc/hosts`.
|
||
|
|
||
|
Returns 0 on success, -1 on failure.
|
||
|
|