linux.h (2e370a5c7a5528afb124f6273136736e5d5fb798) linux.h (f8cd0af23214f9a6ae94c6da5148017dde5c0237)
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_RECV 10
641#define LINUX_SENDTO 11
642#define LINUX_RECVFROM 12
643#define LINUX_SHUTDOWN 13
644#define LINUX_SETSOCKOPT 14
645#define LINUX_GETSOCKOPT 15
646#define LINUX_SENDMSG 16
647#define LINUX_RECVMSG 17
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_RECV 10
641#define LINUX_SENDTO 11
642#define LINUX_RECVFROM 12
643#define LINUX_SHUTDOWN 13
644#define LINUX_SETSOCKOPT 14
645#define LINUX_GETSOCKOPT 15
646#define LINUX_SENDMSG 16
647#define LINUX_RECVMSG 17
648#define LINUX_ACCEPT4 18
648
649#define LINUX_SOL_SOCKET 1
650#define LINUX_SOL_IP 0
651#define LINUX_SOL_IPX 256
652#define LINUX_SOL_AX25 257
653#define LINUX_SOL_TCP 6
654#define LINUX_SOL_UDP 17
655

--- 227 unchanged lines hidden ---
649
650#define LINUX_SOL_SOCKET 1
651#define LINUX_SOL_IP 0
652#define LINUX_SOL_IPX 256
653#define LINUX_SOL_AX25 257
654#define LINUX_SOL_TCP 6
655#define LINUX_SOL_UDP 17
656

--- 227 unchanged lines hidden ---