- Timestamp:
- Dec 16, 2015 3:35:59 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Devices/Network/slirp/hostres.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/hostres.c
r59144 r59156 30 30 struct dnsmsg_header 31 31 { 32 u nsigned id:16;32 uint16_t id; 33 33 34 34 /* XXX: endianness */ 35 u nsignedrd:1;36 u nsignedtc:1;37 u nsignedaa:1;38 u nsignedopcode:4;39 u nsignedqr:1;40 u nsignedrcode:4;41 u nsignedZ:3;42 u nsignedra:1;35 uint16_t rd:1; 36 uint16_t tc:1; 37 uint16_t aa:1; 38 uint16_t opcode:4; 39 uint16_t qr:1; 40 uint16_t rcode:4; 41 uint16_t Z:3; 42 uint16_t ra:1; 43 43 44 44 uint16_t qdcount;
Note:
See TracChangeset
for help on using the changeset viewer.

