| #ifndef _ASM_POWERPC_SOCKET_H |
| #define _ASM_POWERPC_SOCKET_H |
| * This program is free software; you can redistribute it and/or |
| * modify it under the terms of the GNU General Public License |
| * as published by the Free Software Foundation; either version |
| * 2 of the License, or (at your option) any later version. |
| #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 |
| #endif /* _ASM_POWERPC_SOCKET_H */ |