mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-06 04:52:26 +00:00
smth
This commit is contained in:
parent
2e4b60252a
commit
e8c580bd24
4 changed files with 93 additions and 10 deletions
51
netdb.Mod
51
netdb.Mod
|
|
@ -2,6 +2,57 @@ MODULE netdb;
|
|||
|
||||
IMPORT SYSTEM;
|
||||
|
||||
CONST
|
||||
ipprotoIP* = 0;
|
||||
|
||||
ipprotoICMP* = 1;
|
||||
|
||||
ipprotoIGMP* = 2;
|
||||
|
||||
ipprotoIPIP* = 4;
|
||||
|
||||
ipprotoTCP* = 6;
|
||||
|
||||
ipprotoEGP* = 8;
|
||||
|
||||
ipprotoPUP* = 12;
|
||||
|
||||
ipprotoUDP* = 17;
|
||||
|
||||
ipprotoIDP* = 22;
|
||||
|
||||
ipprotoTP* = 29;
|
||||
|
||||
ipprotoDCCP* = 33;
|
||||
|
||||
ipprotoIPV6* = 41;
|
||||
|
||||
ipprotoRSVP* = 46;
|
||||
|
||||
ipprotoGRE* = 47;
|
||||
|
||||
ipprotoESP* = 50;
|
||||
|
||||
ipprotoAH* = 51;
|
||||
|
||||
ipprotoMTP* = 92;
|
||||
|
||||
ipprotoBEETPH* = 94;
|
||||
|
||||
ipprotoENCAP* = 98;
|
||||
|
||||
ipprotoPIM* = 103;
|
||||
|
||||
ipprotoCOMP* = 108;
|
||||
|
||||
ipprotoSCTP* = 132;
|
||||
|
||||
ipprotoUDPLITE* = 136;
|
||||
|
||||
ipprotoMPLS* = 137;
|
||||
|
||||
ipprotoRAW* = 255;
|
||||
|
||||
TYPE
|
||||
Int32* = LONGINT;
|
||||
Int64* = HUGEINT;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue