xsd is 48 sectors, not 24
[unix-history] / usr / src / include / arpa / inet.h
CommitLineData
bb0cfa24
DF
1/*
2 * Copyright (c) 1983 Regents of the University of California.
3 * All rights reserved. The Berkeley software License Agreement
4 * specifies the terms and conditions for redistribution.
5 *
6 * @(#)inet.h 5.1 (Berkeley) %G%
7 */
2346be0a
SL
8
9/*
10 * External definitions for
11 * functions in inet(3N)
12 */
7a16dc5e 13unsigned long inet_addr();
2346be0a
SL
14char *inet_ntoa();
15struct in_addr inet_makeaddr();
16unsigned long inet_network();