Rev 4579 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4579 | Rev 4704 | ||
|---|---|---|---|
| Line 29... | Line 29... | ||
| 29 | /** @addtogroup udp |
29 | /** @addtogroup udp |
| 30 | * @{ |
30 | * @{ |
| 31 | */ |
31 | */ |
| 32 | 32 | ||
| 33 | /** @file |
33 | /** @file |
| 34 | * User datagram protocol header and options definitions. |
34 | * UDP header definition. |
| 35 | * Names according to the linux src/include/linux/udp.h header file. |
35 | * Names according to the linux src/include/linux/udp.h header file. |
| 36 | */ |
36 | */ |
| 37 | 37 | ||
| 38 | #ifndef __NET_UDP_HEADER_H__ |
38 | #ifndef __NET_UDP_HEADER_H__ |
| 39 | #define __NET_UDP_HEADER_H__ |
39 | #define __NET_UDP_HEADER_H__ |