nudph.inc 377 B

12345678910111213141516171819
  1. type
  2. Pudphdr = ^udphdr;
  3. udphdr = record
  4. source : u_int16_t;
  5. dest : u_int16_t;
  6. len : u_int16_t;
  7. check : u_int16_t;
  8. end;
  9. const
  10. SOL_UDP = 17;
  11. { ---------------------------------------------------------------------
  12. Borland compatibility types
  13. ---------------------------------------------------------------------}
  14. // Type