From Ronnie Sahlberg:
[obnox/wireshark/wip.git] / aftypes.h
1 /* aftypes.h
2  * AF_ values on various flavors of BSD
3  *
4  * $Id: aftypes.h,v 1.1 2000/11/17 06:02:20 guy Exp $
5  *
6  * Ethereal - Network traffic analyzer
7  * By Gerald Combs <gerald@zing.org>
8  *
9  * This file created and by Mike Hall <mlh@io.com>
10  * Copyright 1998
11  * 
12  * This program is free software; you can redistribute it and/or
13  * modify it under the terms of the GNU General Public License
14  * as published by the Free Software Foundation; either version 2
15  * of the License, or (at your option) any later version.
16  * 
17  * This program is distributed in the hope that it will be useful,
18  * but WITHOUT ANY WARRANTY; without even the implied warranty of
19  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20  * GNU General Public License for more details.
21  * 
22  * You should have received a copy of the GNU General Public License
23  * along with this program; if not, write to the Free Software
24  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
25  */
26
27 /* BSD AF_ values. */
28 #define BSD_AF_INET             2
29 #define BSD_AF_ISO              7
30 #define BSD_AF_APPLETALK        16
31 #define BSD_AF_IPX              23
32 #define BSD_AF_INET6_BSD        24      /* OpenBSD (and probably NetBSD), BSD/OS */
33 #define BSD_AF_INET6_FREEBSD    28