~vorlon/ubuntu/natty/eglibc/multiarch

« back to all changes in this revision

Viewing changes to sysdeps/unix/sysv/linux/bits/socket.h

  • Committer: Steve Langasek
  • Date: 2011-02-18 21:18:44 UTC
  • mfrom: (103.1.7 eglibc)
  • Revision ID: steve.langasek@linaro.org-20110218211844-lodmi8b1qhyq3f3x
Tags: 2.13~pre1-0ubuntu1+multiarch.1
merge from natty

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* System-specific socket constants and types.  Linux version.
2
 
   Copyright (C) 1991, 1992, 1994-2001, 2004, 2006, 2007, 2008, 2009, 2010
 
2
   Copyright (C) 1991, 1992, 1994-2001, 2004, 2006-2010, 2011
3
3
   Free Software Foundation, Inc.
4
4
   This file is part of the GNU C Library.
5
5
 
109
109
#define PF_ISDN         34      /* mISDN sockets.  */
110
110
#define PF_PHONET       35      /* Phonet sockets.  */
111
111
#define PF_IEEE802154   36      /* IEEE 802.15.4 sockets.  */
112
 
#define PF_MAX          37      /* For now..  */
 
112
#define PF_CAIF         37      /* CAIF sockets.  */
 
113
#define PF_ALG          38      /* Algorithm sockets.  */
 
114
#define PF_MAX          39      /* For now..  */
113
115
 
114
116
/* Address families.  */
115
117
#define AF_UNSPEC       PF_UNSPEC
150
152
#define AF_ISDN         PF_ISDN
151
153
#define AF_PHONET       PF_PHONET
152
154
#define AF_IEEE802154   PF_IEEE802154
 
155
#define AF_CAIF         PF_CAIF
 
156
#define AF_ALG          PF_ALG
153
157
#define AF_MAX          PF_MAX
154
158
 
155
159
/* Socket level values.  Others are defined in the appropriate headers.