vm: allow split of mem_anon_contig region
[minix3.git] / minix / include / net / gen / udp.h
blobfae397a05ff55bc1a346cc749177ad2fd0ca2eba
1 /*
2 server/ip/gen/udp.h
3 */
5 #ifndef __SERVER__IP__GEN__UDP_H__
6 #define __SERVER__IP__GEN__UDP_H__
8 typedef u16_t udpport_t;
10 #define UDP_HDR_SIZE 8
11 #define UDP_IO_HDR_SIZE 16
13 #endif /* __SERVER__IP__GEN__UDP_H__ */