fpc/packages/base/libc/nudph.inc
2003-06-26 08:31:12 +00:00

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