strace/xlat/sock_sctp_options.in
Dmitry V. Levin 701ae0b878 xlat: rename *sock*options xlat tables
Such names as sockrxrpcoptions are incomprehensible.

* xlat/getsockipoptions.in: Rename to xlat/getsock_ip_options.in.
* xlat/getsockipv6options.in: Rename to xlat/getsock_ipv6_options.in.
* xlat/setsockipoptions.in: Rename to xlat/setsock_ip_options.in.
* xlat/setsockipv6options.in: Rename to xlat/setsock_ipv6_options.in.
* xlat/sockalgoptions.in: Rename to xlat/sock_alg_options.in.
* xlat/sockbluetoothoptions.in: Rename to xlat/sock_bluetooth_options.in.
* xlat/sockcaifoptions.in: Rename to xlat/sock_caif_options.in.
* xlat/sockdccpoptions.in: Rename to xlat/sock_dccp_options.in.
* xlat/sockipoptions.in: Rename to xlat/sock_ip_options.in.
* xlat/sockipv6options.in: Rename to xlat/sock_ipv6_options.in.
* xlat/sockipxoptions.in: Rename to xlat/sock_ipx_options.in.
* xlat/sockirdaoptions.in: Rename to xlat/sock_irda_options.in.
* xlat/sockiucvoptions.in: Rename to xlat/sock_iucv_options.in.
* xlat/sockkcmoptions.in: Rename to xlat/sock_kcm_options.in.
* xlat/sockllcoptions.in: Rename to xlat/sock_llc_options.in.
* xlat/socknetlinkoptions.in: Rename to xlat/sock_netlink_options.in.
* xlat/socknfcllcpoptions.in: Rename to xlat/sock_nfcllcp_options.in.
* xlat/sockoptions.in: Rename to xlat/sock_options.in.
* xlat/sockpacketoptions.in: Rename to xlat/sock_packet_options.in.
* xlat/sockpnpoptions.in: Rename to xlat/sock_pnp_options.in.
* xlat/sockpppol2tpoptions.in: Rename to xlat/sock_pppol2tp_options.in.
* xlat/sockrawoptions.in: Rename to xlat/sock_raw_options.in.
* xlat/sockrdsoptions.in: Rename to xlat/sock_rds_options.in.
* xlat/sockrxrpcoptions.in: Rename to xlat/sock_rxrpc_options.in.
* xlat/socksctpoptions.in: Rename to xlat/sock_sctp_options.in.
* xlat/socktcpoptions.in: Rename to xlat/sock_tcp_options.in.
* xlat/socktipcoptions.in: Rename to xlat/sock_tipc_options.in.
* xlat/socktlsoptions.in: Rename to xlat/sock_tls_options.in.
* xlat/sockudpoptions.in: Rename to xlat/sock_udp_options.in.
* net.c: Update.
2018-05-08 20:59:20 +00:00

65 lines
1.6 KiB
Plaintext

SCTP_RTOINFO 0
SCTP_ASSOCINFO 1
SCTP_INITMSG 2
SCTP_NODELAY 3
SCTP_AUTOCLOSE 4
SCTP_SET_PEER_PRIMARY_ADDR 5
SCTP_PRIMARY_ADDR 6
SCTP_ADAPTATION_LAYER 7
SCTP_DISABLE_FRAGMENTS 8
SCTP_PEER_ADDR_PARAMS 9
SCTP_DEFAULT_SEND_PARAM 10
SCTP_EVENTS 11
SCTP_I_WANT_MAPPED_V4_ADDR 12
SCTP_MAXSEG 13
SCTP_STATUS 14
SCTP_GET_PEER_ADDR_INFO 15
SCTP_DELAYED_SACK 16
SCTP_CONTEXT 17
SCTP_FRAGMENT_INTERLEAVE 18
SCTP_PARTIAL_DELIVERY_POINT 19
SCTP_MAX_BURST 20
SCTP_AUTH_CHUNK 21
SCTP_HMAC_IDENT 22
SCTP_AUTH_KEY 23
SCTP_AUTH_ACTIVE_KEY 24
SCTP_AUTH_DELETE_KEY 25
SCTP_PEER_AUTH_CHUNKS 26
SCTP_LOCAL_AUTH_CHUNKS 27
SCTP_GET_ASSOC_NUMBER 28
SCTP_GET_ASSOC_ID_LIST 29
SCTP_AUTO_ASCONF 30
SCTP_PEER_ADDR_THLDS 31
SCTP_RECVRCVINFO 32
SCTP_RECVNXTINFO 33
SCTP_DEFAULT_SNDINFO 34
SCTP_AUTH_DEACTIVATE_KEY 35
/* linux specific things */
SCTP_SOCKOPT_BINDX_ADD 100
SCTP_SOCKOPT_BINDX_REM 101
SCTP_SOCKOPT_PEELOFF 102
SCTP_GET_PEER_ADDRS_NUM_OLD 103
SCTP_GET_PEER_ADDRS_OLD 104
SCTP_GET_LOCAL_ADDRS_NUM_OLD 105
SCTP_GET_LOCAL_ADDRS_OLD 106
SCTP_SOCKOPT_CONNECTX_OLD 107
SCTP_GET_PEER_ADDRS 108
SCTP_GET_LOCAL_ADDRS 109
SCTP_SOCKOPT_CONNECTX 110
SCTP_SOCKOPT_CONNECTX3 111
SCTP_GET_ASSOC_STATS 112
SCTP_PR_SUPPORTED 113
SCTP_DEFAULT_PRINFO 114
SCTP_PR_ASSOC_STATUS 115
SCTP_PR_STREAM_STATUS 116
SCTP_RECONFIG_SUPPORTED 117
SCTP_ENABLE_STREAM_RESET 118
SCTP_RESET_STREAMS 119
SCTP_RESET_ASSOC 120
SCTP_ADD_STREAMS 121
SCTP_SOCKOPT_PEELOFF_FLAGS 122
SCTP_STREAM_SCHEDULER 123
SCTP_STREAM_SCHEDULER_VALUE 124
SCTP_INTERLEAVING_SUPPORTED 125
SCTP_SENDMSG_CONNECT 126