Home
last modified time | relevance | path

Searched refs:SO_ACCEPTCONN (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/tools/include/uapi/asm-generic/
H A Dsocket.h51 #define SO_ACCEPTCONN 30 macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dsocket.h26 #define SO_ACCEPTCONN 0x8000 macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dsocket.h51 #define SO_ACCEPTCONN 0x401c macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dsocket.h36 #define SO_ACCEPTCONN 0x1014 macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dsocket.h44 #define SO_ACCEPTCONN 0x1009 macro
/openbmc/linux/include/uapi/asm-generic/
H A Dsocket.h51 #define SO_ACCEPTCONN 30 macro
/openbmc/linux/net/core/
H A Dsock.c1855 case SO_ACCEPTCONN: in sk_getsockopt()
/openbmc/qemu/linux-user/
H A Dsyscall.c2745 optname = SO_ACCEPTCONN; in do_getsockopt()