Skip to content

Commit 04578dd

Browse files
author
Karsten Keil
committed
Define AF_ISDN and PF_ISDN
Define the address and protocol family value for mISDN. Signed-off-by: Karsten Keil <[email protected]>
1 parent e4ac9bc commit 04578dd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

include/linux/socket.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,8 @@ struct ucred {
189189
#define AF_BLUETOOTH 31 /* Bluetooth sockets */
190190
#define AF_IUCV 32 /* IUCV sockets */
191191
#define AF_RXRPC 33 /* RxRPC sockets */
192-
#define AF_MAX 34 /* For now.. */
192+
#define AF_ISDN 34 /* mISDN sockets */
193+
#define AF_MAX 35 /* For now.. */
193194

194195
/* Protocol families, same as address families. */
195196
#define PF_UNSPEC AF_UNSPEC
@@ -225,6 +226,7 @@ struct ucred {
225226
#define PF_BLUETOOTH AF_BLUETOOTH
226227
#define PF_IUCV AF_IUCV
227228
#define PF_RXRPC AF_RXRPC
229+
#define PF_ISDN AF_ISDN
228230
#define PF_MAX AF_MAX
229231

230232
/* Maximum queue length specifiable by listen. */

0 commit comments

Comments
 (0)