| 25 | |
| 26 | #[repr(u16)] |
| 27 | enum 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)] |
| 39 | enum QueryClass { |
nothing calls this directly
no outgoing calls
no test coverage detected