Rev 4726 | Rev 4755 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4726 | Rev 4728 | ||
|---|---|---|---|
| Line 31... | Line 31... | ||
| 31 | */ |
31 | */ |
| 32 | 32 | ||
| 33 | /** @file |
33 | /** @file |
| 34 | * Socket application program interface (API). |
34 | * Socket application program interface (API). |
| 35 | * This is a part of the network application library. |
35 | * This is a part of the network application library. |
| 36 | * Based on the linux src/include/linux/socket.h header file and BSD socket interface. |
36 | * Based on the BSD socket interface. |
| 37 | */ |
37 | */ |
| 38 | 38 | ||
| 39 | #ifndef __NET_SOCKET_H__ |
39 | #ifndef __NET_SOCKET_H__ |
| 40 | #define __NET_SOCKET_H__ |
40 | #define __NET_SOCKET_H__ |
| 41 | 41 | ||