1 SCM_RIGHTS 1 2 SCM_CREDENTIALS 2 3 SCM_SECURITY 3 4 5 #ifndef SCM_TIMESTAMP 6 # if defined HPPA 7 # define SCM_TIMESTAMP 0x4012 8 # elif defined SPARC || defined SPARC64 9 # define SCM_TIMESTAMP 0x001d 10 # else 11 # define SCM_TIMESTAMP 29 12 # endif 13 #endif 14 SCM_TIMESTAMP 15 16 #ifndef SCM_TIMESTAMPNS 17 # if defined HPPA 18 # define SCM_TIMESTAMPNS 0x4013 19 # elif defined SPARC || defined SPARC64 20 # define SCM_TIMESTAMPNS 0x0021 21 # else 22 # define SCM_TIMESTAMPNS 35 23 # endif 24 #endif 25 SCM_TIMESTAMPNS 26 27 #ifndef SCM_TIMESTAMPING 28 # if defined HPPA 29 # define SCM_TIMESTAMPING 0x4020 30 # elif defined SPARC || defined SPARC64 31 # define SCM_TIMESTAMPING 0x0023 32 # else 33 # define SCM_TIMESTAMPING 37 34 # endif 35 #endif 36 SCM_TIMESTAMPING 37 38 #ifndef SCM_WIFI_STATUS 39 # if defined HPPA 40 # define SCM_WIFI_STATUS 0x4022 41 # elif defined SPARC || defined SPARC64 42 # define SCM_WIFI_STATUS 0x0025 43 # else 44 # define SCM_WIFI_STATUS 41 45 # endif 46 #endif 47 SCM_WIFI_STATUS 48 49 #ifndef SCM_TIMESTAMPING_OPT_STATS 50 # if defined HPPA 51 # define SCM_TIMESTAMPING_OPT_STATS 0x402f 52 # elif defined SPARC || defined SPARC64 53 # define SCM_TIMESTAMPING_OPT_STATS 0x0038 54 # else 55 # define SCM_TIMESTAMPING_OPT_STATS 54 56 # endif 57 #endif 58 SCM_TIMESTAMPING_OPT_STATS 59 60 #ifndef SCM_TIMESTAMPING_PKTINFO 61 # if defined HPPA 62 # define SCM_TIMESTAMPING_PKTINFO 0x4033 63 # elif defined SPARC || defined SPARC64 64 # define SCM_TIMESTAMPING_PKTINFO 0x003c 65 # else 66 # define SCM_TIMESTAMPING_PKTINFO 58 67 # endif 68 #endif 69 SCM_TIMESTAMPING_PKTINFO 70