Lines Matching +full:0 +full:x1004
21 #define SOL_SOCKET 0xffff
23 #define SO_DEBUG 0x0001 /* Record debugging information. */
24 #define SO_REUSEADDR 0x0004 /* Allow reuse of local addresses. */
25 #define SO_KEEPALIVE 0x0008 /* Keep connections alive and send
27 #define SO_DONTROUTE 0x0010 /* Don't do local routing. */
28 #define SO_BROADCAST 0x0020 /* Allow transmission of
30 #define SO_LINGER 0x0080 /* Block on close of a reliable
32 #define SO_OOBINLINE 0x0100 /* Receive out-of-band data in-band. */
33 #define SO_REUSEPORT 0x0200 /* Allow local address and port reuse. */
35 #define SO_TYPE 0x1008 /* Compatible name for SO_STYLE. */
37 #define SO_ERROR 0x1007 /* get error status and clear */
38 #define SO_SNDBUF 0x1001 /* Send buffer size. */
39 #define SO_RCVBUF 0x1002 /* Receive buffer. */
40 #define SO_SNDLOWAT 0x1003 /* send low-water mark */
41 #define SO_RCVLOWAT 0x1004 /* receive low-water mark */
42 #define SO_SNDTIMEO_OLD 0x1005 /* send timeout */
43 #define SO_RCVTIMEO_OLD 0x1006 /* receive timeout */
44 #define SO_ACCEPTCONN 0x1009
45 #define SO_PROTOCOL 0x1028 /* protocol type */
46 #define SO_DOMAIN 0x1029 /* domain/socket family */