mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-28 22:42:57 +02:00
15 lines
372 B
PHP
15 lines
372 B
PHP
|
|
type
|
|
Psockaddr_pkt = ^sockaddr_pkt;
|
|
sockaddr_pkt = record
|
|
spkt_family: sa_family_t;
|
|
spkt_device : array[0..13] of byte;
|
|
spkt_protocol : word;
|
|
end;
|
|
|
|
{ ---------------------------------------------------------------------
|
|
Borland compatibility types
|
|
---------------------------------------------------------------------}
|
|
|
|
// Type
|