xref: /minix3/minix/include/net/gen/udp.h (revision 433d6423c39e34ec4b79c950597bb2d236f886be)
1*433d6423SLionel Sambuc /*
2*433d6423SLionel Sambuc server/ip/gen/udp.h
3*433d6423SLionel Sambuc */
4*433d6423SLionel Sambuc 
5*433d6423SLionel Sambuc #ifndef __SERVER__IP__GEN__UDP_H__
6*433d6423SLionel Sambuc #define __SERVER__IP__GEN__UDP_H__
7*433d6423SLionel Sambuc 
8*433d6423SLionel Sambuc typedef u16_t udpport_t;
9*433d6423SLionel Sambuc 
10*433d6423SLionel Sambuc #define UDP_HDR_SIZE	8
11*433d6423SLionel Sambuc #define UDP_IO_HDR_SIZE	16
12*433d6423SLionel Sambuc 
13*433d6423SLionel Sambuc #endif /* __SERVER__IP__GEN__UDP_H__ */
14