source:
trunk/minix/include/net/gen/udp.h@
19
| Last change on this file since 19 was 9, checked in by , 14 years ago | |
|---|---|
| File size: 240 bytes | |
| Line | |
|---|---|
| 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__ */ |
Note:
See TracBrowser
for help on using the repository browser.