source:
trunk/minix/include/net/gen/inet.h@
18
| Last change on this file since 18 was 9, checked in by , 15 years ago | |
|---|---|
| File size: 340 bytes | |
| Rev | Line | |
|---|---|---|
| [9] | 1 | /* |
| 2 | server/ip/gen/inet.h | |
| 3 | */ | |
| 4 | ||
| 5 | #ifndef __SERVER__IP__GEN__INET_H__ | |
| 6 | #define __SERVER__IP__GEN__INET_H__ | |
| 7 | ||
| 8 | ipaddr_t inet_addr _ARGS(( const char *addr )); | |
| 9 | ipaddr_t inet_network _ARGS(( const char *addr )); | |
| 10 | char *inet_ntoa _ARGS(( ipaddr_t addr )); | |
| 11 | int inet_aton _ARGS(( const char *cp, ipaddr_t *pin )); | |
| 12 | ||
| 13 | #endif /* __SERVER__IP__GEN__INET_H__ */ |
Note:
See TracBrowser
for help on using the repository browser.