1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-04-26 15:09:05 +03:00
Stefan Liebler b06549a5e6 Add missing iucv related defines.
this patch adds the missing SOL_IUCV socket level definition
and socket options SO_IPRMDATA_MSG, SO_MSGLIMIT, SO_MSGSIZE
which can be used with get/setsockopt().
SCM_IUCV_TRGCLS is needed to send/receive ancillary data with send/recvmsg().

The defines are copied from kernel-source:
include/net/iucv/af_iucv.h
include/linux/socket.h
2016-04-27 09:08:29 +02:00
..
2016-04-12 11:05:13 +01:00
2016-04-27 09:08:29 +02:00
2016-03-22 00:32:20 +00:00
2016-04-11 10:27:25 +02:00
2015-12-31 00:17:48 +00:00
2016-03-15 21:11:07 +00:00
2016-03-21 16:30:05 +00:00
2016-04-14 08:54:57 +02:00