source: trunk/minix/include/net/gen/inet.h@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 340 bytes
Line 
1/*
2server/ip/gen/inet.h
3*/
4
5#ifndef __SERVER__IP__GEN__INET_H__
6#define __SERVER__IP__GEN__INET_H__
7
8ipaddr_t inet_addr _ARGS(( const char *addr ));
9ipaddr_t inet_network _ARGS(( const char *addr ));
10char *inet_ntoa _ARGS(( ipaddr_t addr ));
11int 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.