reference/sockets/constants.xml
b9142963a5285844e7496613f666d29d323e8715
...
...
@@ -37,6 +37,17 @@
37
37
</simpara>
38
38
</listitem>
39
39
</varlistentry>
40
+
<varlistentry xml:id="constant.af-divert">
41
+
<term>
42
+
<constant>AF_DIVERT</constant>
43
+
(<type>int</type>)
44
+
</term>
45
+
<listitem>
46
+
<simpara>
47
+
Available as of PHP 8.3.0 (FreeBSD only)
48
+
</simpara>
49
+
</listitem>
50
+
</varlistentry>
40
51
<varlistentry xml:id="constant.sock-stream">
41
52
<term>
42
53
<constant>SOCK_STREAM</constant>
...
...
@@ -413,7 +424,7 @@
413
424
</simpara>
414
425
</listitem>
415
426
</varlistentry>
416
-
<varlistentry xml:id="constant.tcp-nosentlowat">
427
+
<varlistentry xml:id="constant.tcp-notsent-lowat">
417
428
<term>
418
429
<constant>TCP_NOTSENT_LOWAT</constant>
419
430
(<type>int</type>)
...
...
@@ -460,7 +471,7 @@
460
471
<varlistentry xml:id="constant.so-acceptfilter">
461
472
<term>
462
473
<constant>SO_ACCEPTFILTER</constant>
463
-
(<type>string</type>)
474
+
(<type>int</type>)
464
475
</term>
465
476
<listitem>
466
477
<simpara>
...
...
@@ -490,7 +501,7 @@
490
501
</simpara>
491
502
</listitem>
492
503
</varlistentry>
493
-
<varlistentry xml:id="constant.so-incomingcpu">
504
+
<varlistentry xml:id="constant.so-incoming-cpu">
494
505
<term>
495
506
<constant>SO_INCOMING_CPU</constant>
496
507
(<type>int</type>)
...
...
@@ -512,7 +523,7 @@
512
523
</simpara>
513
524
</listitem>
514
525
</varlistentry>
515
-
<varlistentry xml:id="constant.so-bpfextensions">
526
+
<varlistentry xml:id="constant.so-bpf-extensions">
516
527
<term>
517
528
<constant>SO_BPF_EXTENSIONS</constant>
518
529
(<type>int</type>)
...
...
@@ -534,6 +545,83 @@
534
545
</simpara>
535
546
</listitem>
536
547
</varlistentry>
548
+
<varlistentry xml:id="constant.so-attach-reuseport-cbpf">
549
+
<term>
550
+
<constant>SO_ATTACH_REUSEPORT_CBPF</constant>
551
+
(<type>int</type>)
552
+
</term>
553
+
<listitem>
554
+
<simpara>
555
+
Available as of PHP 8.3.0 (Linux only)
556
+
</simpara>
557
+
</listitem>
558
+
</varlistentry>
559
+
<varlistentry xml:id="constant.so-detach-bpf">
560
+
<term>
561
+
<constant>SO_DETACH_BPF</constant>
562
+
(<type>int</type>)
563
+
</term>
564
+
<listitem>
565
+
<simpara>
566
+
Available as of PHP 8.3.0 (Linux only)
567
+
</simpara>
568
+
</listitem>
569
+
</varlistentry>
570
+
<varlistentry xml:id="constant.so-detach-filter">
571
+
<term>
572
+
<constant>SO_DETACH_FILTER</constant>
573
+
(<type>int</type>)
574
+
</term>
575
+
<listitem>
576
+
<simpara>
577
+
Available as of PHP 8.3.0 (Linux only)
578
+
</simpara>
579
+
</listitem>
580
+
</varlistentry>
581
+
<varlistentry xml:id="constant.so-rerror">
582
+
<term>
583
+
<constant>SO_RERROR</constant>
584
+
(<type>int</type>)
585
+
</term>
586
+
<listitem>
587
+
<simpara>
588
+
Available as of PHP 8.3.0 (NetBSD only)
589
+
</simpara>
590
+
</listitem>
591
+
</varlistentry>
592
+
<varlistentry xml:id="constant.so-zeroize">
593
+
<term>
594
+
<constant>SO_ZEROIZE</constant>
595
+
(<type>int</type>)
596
+
</term>
597
+
<listitem>
598
+
<simpara>
599
+
Available as of PHP 8.3.0 (OpenBSD only)
600
+
</simpara>
601
+
</listitem>
602
+
</varlistentry>
603
+
<varlistentry xml:id="constant.so-splice">
604
+
<term>
605
+
<constant>SO_SPLICE</constant>
606
+
(<type>int</type>)
607
+
</term>
608
+
<listitem>
609
+
<simpara>
610
+
Available as of PHP 8.3.0 (OpenBSD only)
611
+
</simpara>
612
+
</listitem>
613
+
</varlistentry>
614
+
<varlistentry xml:id="constant.so-reuseport-lb">
615
+
<term>
616
+
<constant>SO_REUSEPORT_LB</constant>
617
+
(<type>int</type>)
618
+
</term>
619
+
<listitem>
620
+
<simpara>
621
+
Available as of PHP 8.3.0 (FreeBSD only)
622
+
</simpara>
623
+
</listitem>
624
+
</varlistentry>
537
625
<varlistentry xml:id="constant.sol-filter">
538
626
<term>
539
627
<constant>SOL_FILTER</constant>
...
...
@@ -545,6 +633,39 @@
545
633
</simpara>
546
634
</listitem>
547
635
</varlistentry>
636
+
<varlistentry xml:id="constant.sol-udplite">
637
+
<term>
638
+
<constant>SOL_UDPLITE</constant>
639
+
(<type>int</type>)
640
+
</term>
641
+
<listitem>
642
+
<simpara>
643
+
Available as of PHP 8.3.0
644
+
</simpara>
645
+
</listitem>
646
+
</varlistentry>
647
+
<varlistentry xml:id="constant.udplite-recv-cscov">
648
+
<term>
649
+
<constant>UDPLITE_RECV_CSCOV</constant>
650
+
(<type>int</type>)
651
+
</term>
652
+
<listitem>
653
+
<simpara>
654
+
Available as of PHP 8.3.0
655
+
</simpara>
656
+
</listitem>
657
+
</varlistentry>
658
+
<varlistentry xml:id="constant.udplite-send-cscov">
659
+
<term>
660
+
<constant>UDPLITE_SEND_CSCOV</constant>
661
+
(<type>int</type>)
662
+
</term>
663
+
<listitem>
664
+
<simpara>
665
+
Available as of PHP 8.3.0
666
+
</simpara>
667
+
</listitem>
668
+
</varlistentry>
548
669
<varlistentry xml:id="constant.tcp-defer-accept">
549
670
<term>
550
671
<constant>TCP_DEFER_ACCEPT</constant>
...
...
@@ -559,7 +680,7 @@
559
680
<varlistentry xml:id="constant.tcp-congestion">
560
681
<term>
561
682
<constant>TCP_CONGESTION</constant>
562
-
(<type>string</type>)
683
+
(<type>int</type>)
563
684
</term>
564
685
<listitem>
565
686
<simpara>
...
...
@@ -567,6 +688,127 @@
567
688
</simpara>
568
689
</listitem>
569
690
</varlistentry>
691
+
<varlistentry xml:id="constant.tcp-quickack">
692
+
<term>
693
+
<constant>TCP_QUICKACK</constant>
694
+
(<type>int</type>)
695
+
</term>
696
+
<listitem>
697
+
<simpara>
698
+
Available as of PHP 8.3.0 (Linux only)
699
+
</simpara>
700
+
</listitem>
701
+
</varlistentry>
702
+
<varlistentry xml:id="constant.tcp-repair">
703
+
<term>
704
+
<constant>TCP_REPAIR</constant>
705
+
(<type>int</type>)
706
+
</term>
707
+
<listitem>
708
+
<simpara>
709
+
Available as of PHP 8.3.0 (Linux only)
710
+
</simpara>
711
+
</listitem>
712
+
</varlistentry>
713
+
<varlistentry xml:id="constant.ip-dontfrag">
714
+
<term>
715
+
<constant>IP_DONTFRAG</constant>
716
+
(<type>int</type>)
717
+
</term>
718
+
<listitem>
719
+
<simpara>
720
+
Available as of PHP 8.3.0 (FreeBSD only)
721
+
</simpara>
722
+
</listitem>
723
+
</varlistentry>
724
+
<varlistentry xml:id="constant.ip-mtu-discover">
725
+
<term>
726
+
<constant>IP_MTU_DISCOVER</constant>
727
+
(<type>int</type>)
728
+
</term>
729
+
<listitem>
730
+
<simpara>
731
+
Available as of PHP 8.3.0 (Linux only)
732
+
</simpara>
733
+
</listitem>
734
+
</varlistentry>
735
+
<varlistentry xml:id="constant.ip-pmtudisc-do">
736
+
<term>
737
+
<constant>IP_PMTUDISC_DO</constant>
738
+
(<type>int</type>)
739
+
</term>
740
+
<listitem>
741
+
<simpara>
742
+
Available as of PHP 8.3.0 (Linux only)
743
+
</simpara>
744
+
</listitem>
745
+
</varlistentry>
746
+
<varlistentry xml:id="constant.ip-pmtudisc-dont">
747
+
<term>
748
+
<constant>IP_PMTUDISC_DONT</constant>
749
+
(<type>int</type>)
750
+
</term>
751
+
<listitem>
752
+
<simpara>
753
+
Available as of PHP 8.3.0 (Linux only)
754
+
</simpara>
755
+
</listitem>
756
+
</varlistentry>
757
+
<varlistentry xml:id="constant.ip-pmtudisc-want">
758
+
<term>
759
+
<constant>IP_PMTUDISC_WANT</constant>
760
+
(<type>int</type>)
761
+
</term>
762
+
<listitem>
763
+
<simpara>
764
+
Available as of PHP 8.3.0 (Linux only)
765
+
</simpara>
766
+
</listitem>
767
+
</varlistentry>
768
+
<varlistentry xml:id="constant.ip-pmtudisc-probe">
769
+
<term>
770
+
<constant>IP_PMTUDISC_PROBE</constant>
771
+
(<type>int</type>)
772
+
</term>
773
+
<listitem>
774
+
<simpara>
775
+
Available as of PHP 8.3.0 (Linux only)
776
+
</simpara>
777
+
</listitem>
778
+
</varlistentry>
779
+
<varlistentry xml:id="constant.ip-pmtudisc-interface">
780
+
<term>
781
+
<constant>IP_PMTUDISC_INTERFACE</constant>
782
+
(<type>int</type>)
783
+
</term>
784
+
<listitem>
785
+
<simpara>
786
+
Available as of PHP 8.3.0 (Linux only)
787
+
</simpara>
788
+
</listitem>
789
+
</varlistentry>
790
+
<varlistentry xml:id="constant.ip-pmtudisc-omit">
791
+
<term>
792
+
<constant>IP_PMTUDISC_OMIT</constant>
793
+
(<type>int</type>)
794
+
</term>
795
+
<listitem>
796
+
<simpara>
797
+
Available as of PHP 8.3.0 (Linux only)
798
+
</simpara>
799
+
</listitem>
800
+
</varlistentry>
801
+
<varlistentry xml:id="constant.ip-bind-address-no-port">
802
+
<term>
803
+
<constant>IP_BIND_ADDRESS_NO_PORT</constant>
804
+
(<type>int</type>)
805
+
</term>
806
+
<listitem>
807
+
<simpara>
808
+
Available as of PHP 8.3.0 (Linux only)
809
+
</simpara>
810
+
</listitem>
811
+
</varlistentry>
570
812
<varlistentry xml:id="constant.sol-socket">
571
813
<term>
572
814
<constant>SOL_SOCKET</constant>
...
...
@@ -1984,7 +2226,7 @@
1984
2226
</simpara>
1985
2227
</listitem>
1986
2228
</varlistentry>
1987
-
<varlistentry xml:id="constant.socket-scmrights">
2229
+
<varlistentry xml:id="constant.scm-rights">
1988
2230
<term>
1989
2231
<constant>SCM_RIGHTS</constant>
1990
2232
(<type>int</type>)
...
...
@@ -1995,7 +2237,7 @@
1995
2237
</simpara>
1996
2238
</listitem>
1997
2239
</varlistentry>
1998
-
<varlistentry xml:id="constant.socket-credentials">
2240
+
<varlistentry xml:id="constant.scm-credentials">
1999
2241
<term>
2000
2242
<constant>SCM_CREDENTIALS</constant>
2001
2243
(<type>int</type>)
...
...
@@ -2006,7 +2248,7 @@
2006
2248
</simpara>
2007
2249
</listitem>
2008
2250
</varlistentry>
2009
-
<varlistentry xml:id="constant.socket-creds">
2251
+
<varlistentry xml:id="constant.scm-creds">
2010
2252
<term>
2011
2253
<constant>SCM_CREDS</constant>
2012
2254
(<type>int</type>)
...
...
@@ -2017,7 +2259,7 @@
2017
2259
</simpara>
2018
2260
</listitem>
2019
2261
</varlistentry>
2020
-
<varlistentry xml:id="constant.socket-creds2">
2262
+
<varlistentry xml:id="constant.scm-creds2">
2021
2263
<term>
2022
2264
<constant>SCM_CREDS2</constant>
2023
2265
(<type>int</type>)
...
...
@@ -2028,7 +2270,29 @@
2028
2270
</simpara>
2029
2271
</listitem>
2030
2272
</varlistentry>
2031
-
<varlistentry xml:id="constant.socket-skfadoff">
2273
+
<varlistentry xml:id="constant.local-creds">
2274
+
<term>
2275
+
<constant>LOCAL_CREDS</constant>
2276
+
(<type>int</type>)
2277
+
</term>
2278
+
<listitem>
2279
+
<simpara>
2280
+
Available as of PHP 8.2.0
2281
+
</simpara>
2282
+
</listitem>
2283
+
</varlistentry>
2284
+
<varlistentry xml:id="constant.local-creds-persistent">
2285
+
<term>
2286
+
<constant>LOCAL_CREDS_PERSISTENT</constant>
2287
+
(<type>int</type>)
2288
+
</term>
2289
+
<listitem>
2290
+
<simpara>
2291
+
Available as of PHP 8.2.0
2292
+
</simpara>
2293
+
</listitem>
2294
+
</varlistentry>
2295
+
<varlistentry xml:id="constant.skf-ad-off">
2032
2296
<term>
2033
2297
<constant>SKF_AD_OFF</constant>
2034
2298
(<type>int</type>)
...
...
@@ -2039,7 +2303,7 @@
2039
2303
</simpara>
2040
2304
</listitem>
2041
2305
</varlistentry>
2042
-
<varlistentry xml:id="constant.socket-skfadprotocol">
2306
+
<varlistentry xml:id="constant.skf-ad-protocol">
2043
2307
<term>
2044
2308
<constant>SKF_AD_PROTOCOL</constant>
2045
2309
(<type>int</type>)
...
...
@@ -2050,7 +2314,7 @@
2050
2314
</simpara>
2051
2315
</listitem>
2052
2316
</varlistentry>
2053
-
<varlistentry xml:id="constant.socket-skfadpkttype">
2317
+
<varlistentry xml:id="constant.skf-ad-pkttype">
2054
2318
<term>
2055
2319
<constant>SKF_AD_PKTTYPE</constant>
2056
2320
(<type>int</type>)
...
...
@@ -2061,7 +2325,7 @@
2061
2325
</simpara>
2062
2326
</listitem>
2063
2327
</varlistentry>
2064
-
<varlistentry xml:id="constant.socket-skfadifindex">
2328
+
<varlistentry xml:id="constant.skf-ad-ifindex">
2065
2329
<term>
2066
2330
<constant>SKF_AD_IFINDEX</constant>
2067
2331
(<type>int</type>)
...
...
@@ -2072,7 +2336,7 @@
2072
2336
</simpara>
2073
2337
</listitem>
2074
2338
</varlistentry>
2075
-
<varlistentry xml:id="constant.socket-skfadnlattr">
2339
+
<varlistentry xml:id="constant.skf-ad-nlattr">
2076
2340
<term>
2077
2341
<constant>SKF_AD_NLATTR</constant>
2078
2342
(<type>int</type>)
...
...
@@ -2083,7 +2347,7 @@
2083
2347
</simpara>
2084
2348
</listitem>
2085
2349
</varlistentry>
2086
-
<varlistentry xml:id="constant.socket-skfadnlattrnest">
2350
+
<varlistentry xml:id="constant.skf-ad-nlattr-nest">
2087
2351
<term>
2088
2352
<constant>SKF_AD_NLATTR_NEST</constant>
2089
2353
(<type>int</type>)
...
...
@@ -2094,7 +2358,7 @@
2094
2358
</simpara>
2095
2359
</listitem>
2096
2360
</varlistentry>
2097
-
<varlistentry xml:id="constant.socket-skfadmark">
2361
+
<varlistentry xml:id="constant.skf-ad-mark">
2098
2362
<term>
2099
2363
<constant>SKF_AD_MARK</constant>
2100
2364
(<type>int</type>)
...
...
@@ -2105,7 +2369,7 @@
2105
2369
</simpara>
2106
2370
</listitem>
2107
2371
</varlistentry>
2108
-
<varlistentry xml:id="constant.socket-skfadqueue">
2372
+
<varlistentry xml:id="constant.skf-ad-queue">
2109
2373
<term>
2110
2374
<constant>SKF_AD_QUEUE</constant>
2111
2375
(<type>int</type>)
...
...
@@ -2116,7 +2380,7 @@
2116
2380
</simpara>
2117
2381
</listitem>
2118
2382
</varlistentry>
2119
-
<varlistentry xml:id="constant.socket-skfadhatype">
2383
+
<varlistentry xml:id="constant.skf-ad-hatype">
2120
2384
<term>
2121
2385
<constant>SKF_AD_HATYPE</constant>
2122
2386
(<type>int</type>)
...
...
@@ -2127,7 +2391,7 @@
2127
2391
</simpara>
2128
2392
</listitem>
2129
2393
</varlistentry>
2130
-
<varlistentry xml:id="constant.socket-skfadrxhash">
2394
+
<varlistentry xml:id="constant.skf-ad-rxhash">
2131
2395
<term>
2132
2396
<constant>SKF_AD_RXHASH</constant>
2133
2397
(<type>int</type>)
...
...
@@ -2138,7 +2402,7 @@
2138
2402
</simpara>
2139
2403
</listitem>
2140
2404
</varlistentry>
2141
-
<varlistentry xml:id="constant.socket-skfadcpu">
2405
+
<varlistentry xml:id="constant.skf-ad-cpu">
2142
2406
<term>
2143
2407
<constant>SKF_AD_CPU</constant>
2144
2408
(<type>int</type>)
...
...
@@ -2149,7 +2413,7 @@
2149
2413
</simpara>
2150
2414
</listitem>
2151
2415
</varlistentry>
2152
-
<varlistentry xml:id="constant.socket-skfadaluxorx">
2416
+
<varlistentry xml:id="constant.skf-ad-alu-xor-x">
2153
2417
<term>
2154
2418
<constant>SKF_AD_ALU_XOR_X</constant>
2155
2419
(<type>int</type>)
...
...
@@ -2160,7 +2424,7 @@
2160
2424
</simpara>
2161
2425
</listitem>
2162
2426
</varlistentry>
2163
-
<varlistentry xml:id="constant.socket-skfadvlantag">
2427
+
<varlistentry xml:id="constant.skf-ad-vlan-tag">
2164
2428
<term>
2165
2429
<constant>SKF_AD_VLAN_TAG</constant>
2166
2430
(<type>int</type>)
...
...
@@ -2171,7 +2435,7 @@
2171
2435
</simpara>
2172
2436
</listitem>
2173
2437
</varlistentry>
2174
-
<varlistentry xml:id="constant.socket-skfadvlantagpresent">
2438
+
<varlistentry xml:id="constant.skf-ad-vlan-tag-present">
2175
2439
<term>
2176
2440
<constant>SKF_AD_VLAN_TAG_PRESENT</constant>
2177
2441
(<type>int</type>)
...
...
@@ -2182,7 +2446,7 @@
2182
2446
</simpara>
2183
2447
</listitem>
2184
2448
</varlistentry>
2185
-
<varlistentry xml:id="constant.socket-skfadpayoffset">
2449
+
<varlistentry xml:id="constant.skf-ad-pay-offset">
2186
2450
<term>
2187
2451
<constant>SKF_AD_PAY_OFFSET</constant>
2188
2452
(<type>int</type>)
...
...
@@ -2193,7 +2457,7 @@
2193
2457
</simpara>
2194
2458
</listitem>
2195
2459
</varlistentry>
2196
-
<varlistentry xml:id="constant.socket-skfadrandom">
2460
+
<varlistentry xml:id="constant.skf-ad-random">
2197
2461
<term>
2198
2462
<constant>SKF_AD_RANDOM</constant>
2199
2463
(<type>int</type>)
...
...
@@ -2204,7 +2468,7 @@
2204
2468
</simpara>
2205
2469
</listitem>
2206
2470
</varlistentry>
2207
-
<varlistentry xml:id="constant.socket-skfadvlantpid">
2471
+
<varlistentry xml:id="constant.skf-ad-vlan-tpid">
2208
2472
<term>
2209
2473
<constant>SKF_AD_VLAN_TPID</constant>
2210
2474
(<type>int</type>)
...
...
@@ -2215,7 +2479,7 @@
2215
2479
</simpara>
2216
2480
</listitem>
2217
2481
</varlistentry>
2218
-
<varlistentry xml:id="constant.socket-skfadmax">
2482
+
<varlistentry xml:id="constant.skf-ad-max">
2219
2483
<term>
2220
2484
<constant>SKF_AD_MAX</constant>
2221
2485
(<type>int</type>)
...
...
@@ -2229,7 +2493,6 @@
2229
2493
</variablelist>
2230
2494

2231
2495
</appendix>
2232
-

2233
2496
<!-- Keep this comment at the end of the file
2234
2497
Local variables:
2235
2498
mode: sgml
...
...
@@ -2250,4 +2513,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
2250
2513
vim: et tw=78 syn=sgml
2251
2514
vi: ts=1 sw=1
2252
2515
-->
2253
-

2254
2516