linux.h (1829d5da5355930d5cfa8ec8add8ff47dc0bebab) | linux.h (13f20d7e8607cbd09df8ec9f82eaea86874e4af2) |
---|---|
1/*- 2 * Copyright (c) 1994-1996 S�ren Schmidt 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 631 unchanged lines hidden (view full) --- 640#define LINUX_SENDTO 11 641#define LINUX_RECVFROM 12 642#define LINUX_SHUTDOWN 13 643#define LINUX_SETSOCKOPT 14 644#define LINUX_GETSOCKOPT 15 645#define LINUX_SENDMSG 16 646#define LINUX_RECVMSG 17 647 | 1/*- 2 * Copyright (c) 1994-1996 S�ren Schmidt 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 631 unchanged lines hidden (view full) --- 640#define LINUX_SENDTO 11 641#define LINUX_RECVFROM 12 642#define LINUX_SHUTDOWN 13 643#define LINUX_SETSOCKOPT 14 644#define LINUX_GETSOCKOPT 15 645#define LINUX_SENDMSG 16 646#define LINUX_RECVMSG 17 647 |
648#define LINUX_AF_UNSPEC 0 649#define LINUX_AF_UNIX 1 650#define LINUX_AF_INET 2 651#define LINUX_AF_AX25 3 652#define LINUX_AF_IPX 4 653#define LINUX_AF_APPLETALK 5 654#define LINUX_AF_INET6 10 655 | |
656#define LINUX_SOL_SOCKET 1 657#define LINUX_SOL_IP 0 658#define LINUX_SOL_IPX 256 659#define LINUX_SOL_AX25 257 660#define LINUX_SOL_TCP 6 661#define LINUX_SOL_UDP 17 662 663#define LINUX_SO_DEBUG 1 --- 226 unchanged lines hidden --- | 648#define LINUX_SOL_SOCKET 1 649#define LINUX_SOL_IP 0 650#define LINUX_SOL_IPX 256 651#define LINUX_SOL_AX25 257 652#define LINUX_SOL_TCP 6 653#define LINUX_SOL_UDP 17 654 655#define LINUX_SO_DEBUG 1 --- 226 unchanged lines hidden --- |