unix socket: Add few more socket constants.

This commit is contained in:
Paul Sokolovsky 2014-01-25 20:31:34 +02:00
parent db0b282d45
commit 5d362d3209
1 changed files with 12 additions and 0 deletions

View File

@ -311,6 +311,18 @@ struct sym_entry {
C(SOCK_STREAM),
C(SOCK_DGRAM),
C(SOCK_RAW),
C(MSG_DONTROUTE),
C(MSG_DONTWAIT),
C(SOL_SOCKET),
C(SO_BROADCAST),
C(SO_ERROR),
C(SO_KEEPALIVE),
C(SO_LINGER),
C(SO_REUSEADDR),
{NULL}
};
#undef C