mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-05 10:58:59 +08:00
11 lines
202 B
Markdown
11 lines
202 B
Markdown
|
---
|
||
|
title: "mg_parse_dns()"
|
||
|
decl_name: "mg_parse_dns"
|
||
|
symbol_kind: "func"
|
||
|
signature: |
|
||
|
int mg_parse_dns(const char *buf, int len, struct mg_dns_message *msg);
|
||
|
---
|
||
|
|
||
|
Low-level: parses a DNS response.
|
||
|
|