repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
more stack for boot
[minix.git]
/
include
/
net
/
gen
/
udp.h
blob
a78dceb41f2684f92eca26d601a8d2f6faeb3ae4
1
/*
2
server/ip/gen/udp.h
3
*/
4
5
#ifndef __SERVER__IP__GEN__UDP_H__
6
#define __SERVER__IP__GEN__UDP_H__
7
8
typedef
u16_t udpport_t
;
9
typedef
U16_t Udpport_t
;
10
11
#define UDP_HDR_SIZE 8
12
#define UDP_IO_HDR_SIZE 16
13
14
#endif
/* __SERVER__IP__GEN__UDP_H__ */