| * Copyright (C) 2006 Atmark Techno, Inc. |
| * This file is subject to the terms and conditions of the GNU General Public |
| * License. See the file "COPYING" in the main directory of this archive |
| #ifndef _ASM_MICROBLAZE_SOCKET_H |
| #define _ASM_MICROBLAZE_SOCKET_H |
| /* For setsockoptions(2) */ |
| #define SO_SNDBUFFORCE 32 |
| #define SO_RCVBUFFORCE 33 |
| /* To add :#define SO_REUSEPORT 15 */ |
| /* Security levels - as per NRL IPv6 - don't actually do anything */ |
| #define SO_SECURITY_AUTHENTICATION 22 |
| #define SO_SECURITY_ENCRYPTION_TRANSPORT 23 |
| #define SO_SECURITY_ENCRYPTION_NETWORK 24 |
| #define SO_BINDTODEVICE 25 |
| #define SO_ATTACH_FILTER 26 |
| #define SO_DETACH_FILTER 27 |
| #define SCM_TIMESTAMP SO_TIMESTAMP |
| #define SO_TIMESTAMPNS 35 |
| #define SCM_TIMESTAMPNS SO_TIMESTAMPNS |
| #define SO_TIMESTAMPING 37 |
| #define SCM_TIMESTAMPING SO_TIMESTAMPING |
| #endif /* _ASM_MICROBLAZE_SOCKET_H */ |