2 * Copyright (c) 1997-1998 by Sun Microsystems, Inc.
7 * Copyright (c) 1980, 1986 Regents of the University of California.
8 * All rights reserved. The Berkeley software License Agreement
9 * specifies the terms and conditions for redistribution.
15 #pragma ident "%Z%%M% %I% %E% SMI"
16 /* af.h 1.10 88/08/19 SMI; from UCB 7.1 */
23 * Address family routines,
24 * used in handling generic sockaddr structures.
26 * Hash routine is called
28 * struct sockaddr *addr; struct afhash *h;
29 * producing an afhash structure for addr.
31 * Netmatch routine is called
32 * af_netmatch(addr1, addr2);
33 * where addr1 and addr2 are sockaddr *. Returns 1 if network
34 * values match, 0 otherwise.
50 #endif /* _NET_AF_H */