mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-07-16 22:06:02 +02:00
20 lines
377 B
PHP
20 lines
377 B
PHP
|
|
type
|
|
Pudphdr = ^udphdr;
|
|
udphdr = record
|
|
source : u_int16_t;
|
|
dest : u_int16_t;
|
|
len : u_int16_t;
|
|
check : u_int16_t;
|
|
end;
|
|
|
|
const
|
|
SOL_UDP = 17;
|
|
|
|
|
|
{ ---------------------------------------------------------------------
|
|
Borland compatibility types
|
|
---------------------------------------------------------------------}
|
|
|
|
// Type
|