summaryrefslogtreecommitdiff
path: root/packages/libc/src/nudph.inc
blob: 9bceaff54bc33b30e5a5dc2081a091c66b0ad111 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

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