3 * A table of numbers, generated by a script, is supposedly not copyrightable.
6 private unit socket_consts;
12 const pf_appletalk := 5;
19 const pf_decnet := 12;
20 const pf_netbeui := 13;
21 const pf_security := 14;
23 const pf_netlink := 16;
24 const pf_packet := 17;
26 const pf_econet := 19;
27 const pf_atmsvc := 20;
32 const pf_wanpipe := 25;
38 const pf_bluetooth := 31;
42 const pf_phonet := 35;
43 const pf_ieee802154 := 36;
49 const pf_qipcrtr := 42;
52 const sock_stream := 1;
53 const sock_dgram := 2;
54 const sock_seqpacket := 3;
60 const msg_dontroute := 4;
61 const msg_dontwait := 8;
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;
72 const so_reuseaddr := 2;
75 const so_dontroute := 5;
76 const so_broadcast := 6;
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;
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;