Skip to content

Commit

Permalink
[TIPC] Initial merge
Browse files Browse the repository at this point in the history
TIPC (Transparent Inter Process Communication) is a protocol designed for
intra cluster communication. For more information see
http://tipc.sourceforge.net

Signed-off-by: Per Liden <[email protected]>
  • Loading branch information
Per Liden authored and David S. Miller committed Jan 12, 2006
1 parent 58cba46 commit b97bf3f
Show file tree
Hide file tree
Showing 54 changed files with 19,464 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/linux/socket.h
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ struct ucred {
#define AF_PPPOX 24 /* PPPoX sockets */
#define AF_WANPIPE 25 /* Wanpipe API Sockets */
#define AF_LLC 26 /* Linux LLC */
#define AF_TIPC 30 /* TIPC sockets */
#define AF_BLUETOOTH 31 /* Bluetooth sockets */
#define AF_MAX 32 /* For now.. */

Expand Down Expand Up @@ -218,6 +219,7 @@ struct ucred {
#define PF_PPPOX AF_PPPOX
#define PF_WANPIPE AF_WANPIPE
#define PF_LLC AF_LLC
#define PF_TIPC AF_TIPC
#define PF_BLUETOOTH AF_BLUETOOTH
#define PF_MAX AF_MAX

Expand Down Expand Up @@ -279,6 +281,7 @@ struct ucred {
#define SOL_LLC 268
#define SOL_DCCP 269
#define SOL_NETLINK 270
#define SOL_TIPC 271

/* IPX options */
#define IPX_TYPE 1
Expand Down
Loading

0 comments on commit b97bf3f

Please sign in to comment.