![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */ 0002 #ifndef _ASM_POWERPC_SOCKET_H 0003 #define _ASM_POWERPC_SOCKET_H 0004 0005 /* 0006 * This program is free software; you can redistribute it and/or 0007 * modify it under the terms of the GNU General Public License 0008 * as published by the Free Software Foundation; either version 0009 * 2 of the License, or (at your option) any later version. 0010 */ 0011 0012 #define SO_RCVLOWAT 16 0013 #define SO_SNDLOWAT 17 0014 #define SO_RCVTIMEO_OLD 18 0015 #define SO_SNDTIMEO_OLD 19 0016 #define SO_PASSCRED 20 0017 #define SO_PEERCRED 21 0018 0019 #include <asm-generic/socket.h> 0020 0021 #endif /* _ASM_POWERPC_SOCKET_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |