mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-04 01:39:01 +08:00
14 lines
299 B
Markdown
14 lines
299 B
Markdown
|
---
|
||
|
title: "mg_dns_insert_header()"
|
||
|
decl_name: "mg_dns_insert_header"
|
||
|
symbol_kind: "func"
|
||
|
signature: |
|
||
|
int mg_dns_insert_header(struct mbuf *io, size_t pos,
|
||
|
struct mg_dns_message *msg);
|
||
|
---
|
||
|
|
||
|
Inserts a DNS header to an IO buffer.
|
||
|
|
||
|
Returns the number of bytes inserted.
|
||
|
|