MCPcopy Create free account
hub / github.com/bendudson/EuraliOS / QueryType

Enum QueryType

tcp/src/dns.rs:27–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26#[repr(u16)]
27enum QueryType {
28 A = 1,
29 // NS = 2,
30 // MD = 3,
31 // MF = 4,
32 // CNAME = 5,
33 // SOA = 6,
34 // MX = 15,
35 // TXT = 16,
36}
37
38#[repr(u16)]
39enum QueryClass {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected