mirror of
https://github.com/cesanta/mongoose.git
synced 2025-01-08 05:15:16 +08:00
849ec1684a
PUBLISHED_FROM=5cd78790a03580aa23dd3d2d8b825ad449083cc2
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.
|
|
|