x86: fix a bug that we misgenerated the the 8-bit imul with a constant
[ajla.git] / newlib / socket_consts.ajla
blob8c78ee27b076024ad2a187b22ee33177564deb54
1 {*
2  * No-copyright
3  * A table of numbers, generated by a script, is supposedly not copyrightable.
4  *}
6 private unit socket_consts;
8 const pf_unix := 1;
9 const pf_inet := 2;
10 const pf_ax25 := 3;
11 const pf_ipx := 4;
12 const pf_appletalk := 5;
13 const pf_netrom := 6;
14 const pf_bridge := 7;
15 const pf_atmpvc := 8;
16 const pf_x25 := 9;
17 const pf_inet6 := 10;
18 const pf_rose := 11;
19 const pf_decnet := 12;
20 const pf_netbeui := 13;
21 const pf_security := 14;
22 const pf_key := 15;
23 const pf_netlink := 16;
24 const pf_packet := 17;
25 const pf_ash := 18;
26 const pf_econet := 19;
27 const pf_atmsvc := 20;
28 const pf_rds := 21;
29 const pf_sna := 22;
30 const pf_irda := 23;
31 const pf_pppox := 24;
32 const pf_wanpipe := 25;
33 const pf_llc := 26;
34 const pf_ib := 27;
35 const pf_mpls := 28;
36 const pf_can := 29;
37 const pf_tipc := 30;
38 const pf_bluetooth := 31;
39 const pf_iucv := 32;
40 const pf_rxrpc := 33;
41 const pf_isdn := 34;
42 const pf_phonet := 35;
43 const pf_ieee802154 := 36;
44 const pf_caif := 37;
45 const pf_alg := 38;
46 const pf_nfc := 39;
47 const pf_vsock := 40;
48 const pf_kcm := 41;
49 const pf_qipcrtr := 42;
50 const pf_smc := 43;
52 const sock_stream := 1;
53 const sock_dgram := 2;
54 const sock_seqpacket := 3;
55 const sock_raw := 4;
56 const sock_rdm := 5;
58 const msg_oob := 1;
59 const msg_peek := 2;
60 const msg_dontroute := 4;
61 const msg_dontwait := 8;
62 const msg_eor := 16;
63 const msg_confirm := 32;
64 const msg_errqueue := 64;
65 const msg_more := 128;
66 const msg_batch := 256;
67 const msg_fastopen := 512;
69 const sol_socket := 1;
71 const so_debug := 1;
72 const so_reuseaddr := 2;
73 const so_type := 3;
74 const so_error := 4;
75 const so_dontroute := 5;
76 const so_broadcast := 6;
77 const so_sndbuf := 7;
78 const so_rcvbuf := 8;
79 const so_keepalive := 9;
80 const so_oobinline := 10;
81 const so_no_check := 11;
82 const so_priority := 12;
83 const so_linger := 13;
84 const so_bsdcompat := 14;
85 const so_reuseport := 15;
86 const so_passcred := 16;
87 const so_peercred := 17;
88 const so_rcvlowat := 18;
89 const so_sndlowat := 19;
90 const so_rcvtimeo := 20;
91 const so_sndtimeo := 21;
92 const so_security_authentication := 22;
93 const so_security_encryption_transport := 23;
94 const so_security_encryption_network := 24;
95 const so_bindtodevice := 25;
96 const so_attach_filter := 26;
97 const so_detach_filter := 27;
98 const so_peername := 28;
99 const so_timestamp := 29;
100 const so_acceptconn := 30;
101 const so_peersec := 31;
102 const so_sndbufforce := 32;
103 const so_rcvbufforce := 33;
104 const so_passsec := 34;
105 const so_timestampns := 35;
106 const so_mark := 36;
107 const so_timestamping := 37;
108 const so_protocol := 38;
109 const so_domain := 39;
110 const so_rxq_ovfl := 40;
111 const so_wifi_status := 41;
112 const so_peek_off := 42;
113 const so_nofcs := 43;
114 const so_lock_filter := 44;
115 const so_select_err_queue := 45;
116 const so_busy_poll := 46;
117 const so_max_pacing_rate := 47;
118 const so_bpf_extensions := 48;
119 const so_incoming_cpu := 49;
120 const so_attach_bpf := 50;
121 const so_attach_reuseport_cbpf := 51;
122 const so_attach_reuseport_ebpf := 52;
123 const so_cnx_advice := 53;
124 const scm_timestamping_opt_stats := 54;
125 const so_meminfo := 55;
126 const so_incoming_napi_id := 56;
127 const so_cookie := 57;
128 const scm_timestamping_pktinfo := 58;
129 const so_peergroups := 59;
130 const so_zerocopy := 60;
131 const so_txtime := 61;
132 const so_bindtoifindex := 62;
133 const so_detach_reuseport_bpf := 63;
134 const so_prefer_busy_poll := 64;
135 const so_busy_poll_budget := 65;
136 const so_netns_cookie := 66;