strace/xlat/scmvals.in
Eugene Syromyatnikov ef330a84d9 msghdr: decode SO_RXQ_OVFL control packet
* xlat/scmvals.in (SO_RXQ_OVFL): New constant.
* msghdr.c (cmsg_socket_printers) <[SO_RXQ_OVFL]>: New socket option
decoder.
2018-09-24 20:53:16 +02:00

68 lines
1.1 KiB
Plaintext

SCM_RIGHTS 1
SCM_CREDENTIALS 2
SCM_SECURITY 3
#if defined HPPA
SCM_TIMESTAMP 0x4012
#elif defined SPARC || defined SPARC64
SCM_TIMESTAMP 0x001d
#else
SCM_TIMESTAMP 29
#endif
#if defined HPPA
SCM_TIMESTAMPNS 0x4013
#elif defined SPARC || defined SPARC64
SCM_TIMESTAMPNS 0x0021
#else
SCM_TIMESTAMPNS 35
#endif
#if defined HPPA
SCM_TIMESTAMPING 0x4020
#elif defined SPARC || defined SPARC64
SCM_TIMESTAMPING 0x0023
#else
SCM_TIMESTAMPING 37
#endif
#if defined HPPA
SO_RXQ_OVFL 0x4021
#elif defined SPARC || defined SPARC64
SO_RXQ_OVFL 0x0024
#else
SO_RXQ_OVFL 40
#endif
#if defined HPPA
SCM_WIFI_STATUS 0x4022
#elif defined SPARC || defined SPARC64
SCM_WIFI_STATUS 0x0025
#else
SCM_WIFI_STATUS 41
#endif
# if defined HPPA
SCM_TIMESTAMPING_OPT_STATS 0x402f
# elif defined SPARC || defined SPARC64
SCM_TIMESTAMPING_OPT_STATS 0x0038
# else
SCM_TIMESTAMPING_OPT_STATS 54
# endif
#if defined HPPA
SCM_TIMESTAMPING_PKTINFO 0x4033
#elif defined SPARC || defined SPARC64
SCM_TIMESTAMPING_PKTINFO 0x003c
#else
SCM_TIMESTAMPING_PKTINFO 58
#endif
#if defined HPPA
SCM_TXTIME 0x4036
#elif defined SPARC || defined SPARC64
SCM_TXTIME 0x003f
#else
SCM_TXTIME 61
#endif