rdata_mx_fromWire 349 B

123456789101112131415
  1. #
  2. # various kinds of MX RDATA stored in an input buffer
  3. #
  4. # Valid RDATA for "10 mail.example.com"
  5. #
  6. # RDLENGHT=18 bytes
  7. # 0 1
  8. 00 12
  9. # 2 3
  10. # PREFERENCE: 10
  11. 00 0a
  12. # EXCHANGE: non compressed
  13. # 4 5 6 7 8 9 10 1 2 3 4 5 6 7 8 9 (bytes)
  14. #(4) m x (7) e x a m p l e (3) c o m .
  15. 02 6d 78 07 65 78 61 6d 70 6c 65 03 63 6f 6d 00