rbs 2.7.0 → 2.8.0.pre.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,2295 @@
1
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
2
+ # Socket::Constants provides socket-related constants. All possible socket
3
+ # constants are listed in the documentation but they may not all be present on
4
+ # your platform.
5
+ #
6
+ # If the underlying platform doesn't define a constant the corresponding Ruby
7
+ # constant is not defined.
8
+ #
9
+ module Socket::Constants
10
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
11
+ # Interface to kernel crypto API
12
+ #
13
+ AF_ALG: Integer
14
+
15
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
16
+ # AppleTalk protocol
17
+ #
18
+ AF_APPLETALK: Integer
19
+
20
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
21
+ # Asynchronous Transfer Mode
22
+ #
23
+ AF_ATM: Integer
24
+
25
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
26
+ # AX.25 protocol
27
+ #
28
+ AF_AX25: Integer
29
+
30
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
31
+ # Bluetooth low-level socket protocol
32
+ #
33
+ AF_BLUETOOTH: Integer
34
+
35
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
36
+ # Controller Area Network automotive bus protocol
37
+ #
38
+ AF_CAN: Integer
39
+
40
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
41
+ # CCITT (now ITU-T) protocols
42
+ #
43
+ AF_CCITT: Integer
44
+
45
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
46
+ # MIT CHAOS protocols
47
+ #
48
+ AF_CHAOS: Integer
49
+
50
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
51
+ # Computer Network Technology
52
+ #
53
+ AF_CNT: Integer
54
+
55
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
56
+ # Connection-oriented IP
57
+ #
58
+ AF_COIP: Integer
59
+
60
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
61
+ # Datakit protocol
62
+ #
63
+ AF_DATAKIT: Integer
64
+
65
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
66
+ # DECnet protocol
67
+ #
68
+ AF_DEC: Integer
69
+
70
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
71
+ # DECnet protocol
72
+ #
73
+ AF_DECnet: Integer
74
+
75
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
76
+ # DEC Direct Data Link Interface protocol
77
+ #
78
+ AF_DLI: Integer
79
+
80
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
81
+ # CCITT (ITU-T) E.164 recommendation
82
+ #
83
+ AF_E164: Integer
84
+
85
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
86
+ # European Computer Manufacturers protocols
87
+ #
88
+ AF_ECMA: Integer
89
+
90
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
91
+ # NSC Hyperchannel protocol
92
+ #
93
+ AF_HYLINK: Integer
94
+
95
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
96
+ # InfiniBand native addressing
97
+ #
98
+ AF_IB: Integer
99
+
100
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
101
+ # ARPANET IMP protocol
102
+ #
103
+ AF_IMPLINK: Integer
104
+
105
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
106
+ # IPv4 protocol
107
+ #
108
+ AF_INET: Integer
109
+
110
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
111
+ # IPv6 protocol
112
+ #
113
+ AF_INET6: Integer
114
+
115
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
116
+ # IPX protocol
117
+ #
118
+ AF_IPX: Integer
119
+
120
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
121
+ # Integrated Services Digital Network
122
+ #
123
+ AF_ISDN: Integer
124
+
125
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
126
+ # ISO Open Systems Interconnection protocols
127
+ #
128
+ AF_ISO: Integer
129
+
130
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
131
+ # KCM (kernel connection multiplexor) interface
132
+ #
133
+ AF_KCM: Integer
134
+
135
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
136
+ # Key management protocol, originally developed for usage with IPsec
137
+ #
138
+ AF_KEY: Integer
139
+
140
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
141
+ # Local Area Transport protocol
142
+ #
143
+ AF_LAT: Integer
144
+
145
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
146
+ # Link layer interface
147
+ #
148
+ AF_LINK: Integer
149
+
150
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
151
+ # Logical link control (IEEE 802.2 LLC) protocol
152
+ #
153
+ AF_LLC: Integer
154
+
155
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
156
+ # Host-internal protocols
157
+ #
158
+ AF_LOCAL: Integer
159
+
160
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
161
+ # Maximum address family for this platform
162
+ #
163
+ AF_MAX: Integer
164
+
165
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
166
+ # Multiprotocol Label Switching
167
+ #
168
+ AF_MPLS: Integer
169
+
170
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
171
+ # Native ATM access
172
+ #
173
+ AF_NATM: Integer
174
+
175
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
176
+ # Network driver raw access
177
+ #
178
+ AF_NDRV: Integer
179
+
180
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
181
+ # NetBIOS
182
+ #
183
+ AF_NETBIOS: Integer
184
+
185
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
186
+ # Netgraph sockets
187
+ #
188
+ AF_NETGRAPH: Integer
189
+
190
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
191
+ # Kernel user interface device
192
+ #
193
+ AF_NETLINK: Integer
194
+
195
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
196
+ # XEROX NS protocols
197
+ #
198
+ AF_NS: Integer
199
+
200
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
201
+ # ISO Open Systems Interconnection protocols
202
+ #
203
+ AF_OSI: Integer
204
+
205
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
206
+ # Direct link-layer access
207
+ #
208
+ AF_PACKET: Integer
209
+
210
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
211
+ # Point-to-Point Protocol
212
+ #
213
+ AF_PPP: Integer
214
+
215
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
216
+ # Generic PPP transport layer, for setting up L2 tunnels (L2TP and PPPoE)
217
+ #
218
+ AF_PPPOX: Integer
219
+
220
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
221
+ # PARC Universal Packet protocol
222
+ #
223
+ AF_PUP: Integer
224
+
225
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
226
+ # Reliable Datagram Sockets (RDS) protocol
227
+ #
228
+ AF_RDS: Integer
229
+
230
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
231
+ # Internal routing protocol
232
+ #
233
+ AF_ROUTE: Integer
234
+
235
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
236
+ # Simple Internet Protocol
237
+ #
238
+ AF_SIP: Integer
239
+
240
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
241
+ # IBM SNA protocol
242
+ #
243
+ AF_SNA: Integer
244
+
245
+ AF_SYSTEM: Integer
246
+
247
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
248
+ # TIPC, "cluster domain sockets" protocol
249
+ #
250
+ AF_TIPC: Integer
251
+
252
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
253
+ # UNIX sockets
254
+ #
255
+ AF_UNIX: Integer
256
+
257
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
258
+ # Unspecified protocol, any supported address family
259
+ #
260
+ AF_UNSPEC: Integer
261
+
262
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
263
+ # VSOCK (originally "VMWare VSockets") protocol for hypervisor-guest
264
+ # communication
265
+ #
266
+ AF_VSOCK: Integer
267
+
268
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
269
+ # XDP (express data path) interface
270
+ #
271
+ AF_XDP: Integer
272
+
273
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
274
+ # Accept only if any address is assigned
275
+ #
276
+ AI_ADDRCONFIG: Integer
277
+
278
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
279
+ # Allow all addresses
280
+ #
281
+ AI_ALL: Integer
282
+
283
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
284
+ # Fill in the canonical name
285
+ #
286
+ AI_CANONNAME: Integer
287
+
288
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
289
+ # Default flags for getaddrinfo
290
+ #
291
+ AI_DEFAULT: Integer
292
+
293
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
294
+ # Valid flag mask for getaddrinfo (not for application use)
295
+ #
296
+ AI_MASK: Integer
297
+
298
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
299
+ # Prevent host name resolution
300
+ #
301
+ AI_NUMERICHOST: Integer
302
+
303
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
304
+ # Prevent service name resolution
305
+ #
306
+ AI_NUMERICSERV: Integer
307
+
308
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
309
+ # Get address to use with bind()
310
+ #
311
+ AI_PASSIVE: Integer
312
+
313
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
314
+ # Accept IPv4-mapped IPv6 addresses
315
+ #
316
+ AI_V4MAPPED: Integer
317
+
318
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
319
+ # Accept IPv4 mapped addresses if the kernel supports it
320
+ #
321
+ AI_V4MAPPED_CFG: Integer
322
+
323
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
324
+ # Address family for hostname not supported
325
+ #
326
+ EAI_ADDRFAMILY: Integer
327
+
328
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
329
+ # Temporary failure in name resolution
330
+ #
331
+ EAI_AGAIN: Integer
332
+
333
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
334
+ # Invalid flags
335
+ #
336
+ EAI_BADFLAGS: Integer
337
+
338
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
339
+ # Invalid value for hints
340
+ #
341
+ EAI_BADHINTS: Integer
342
+
343
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
344
+ # Non-recoverable failure in name resolution
345
+ #
346
+ EAI_FAIL: Integer
347
+
348
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
349
+ # Address family not supported
350
+ #
351
+ EAI_FAMILY: Integer
352
+
353
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
354
+ # Maximum error code from getaddrinfo
355
+ #
356
+ EAI_MAX: Integer
357
+
358
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
359
+ # Memory allocation failure
360
+ #
361
+ EAI_MEMORY: Integer
362
+
363
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
364
+ # No address associated with hostname
365
+ #
366
+ EAI_NODATA: Integer
367
+
368
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
369
+ # Hostname nor servname, or not known
370
+ #
371
+ EAI_NONAME: Integer
372
+
373
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
374
+ # Argument buffer overflow
375
+ #
376
+ EAI_OVERFLOW: Integer
377
+
378
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
379
+ # Resolved protocol is unknown
380
+ #
381
+ EAI_PROTOCOL: Integer
382
+
383
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
384
+ # Servname not supported for socket type
385
+ #
386
+ EAI_SERVICE: Integer
387
+
388
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
389
+ # Socket type not supported
390
+ #
391
+ EAI_SOCKTYPE: Integer
392
+
393
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
394
+ # System error returned in errno
395
+ #
396
+ EAI_SYSTEM: Integer
397
+
398
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
399
+ # 802.1Q VLAN device
400
+ #
401
+ IFF_802_1Q_VLAN: Integer
402
+
403
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
404
+ # receive all multicast packets
405
+ #
406
+ IFF_ALLMULTI: Integer
407
+
408
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
409
+ # use alternate physical connection
410
+ #
411
+ IFF_ALTPHYS: Integer
412
+
413
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
414
+ # auto media select active
415
+ #
416
+ IFF_AUTOMEDIA: Integer
417
+
418
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
419
+ # bonding master or slave
420
+ #
421
+ IFF_BONDING: Integer
422
+
423
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
424
+ # device used as bridge port
425
+ #
426
+ IFF_BRIDGE_PORT: Integer
427
+
428
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
429
+ # broadcast address valid
430
+ #
431
+ IFF_BROADCAST: Integer
432
+
433
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
434
+ # flags not changeable
435
+ #
436
+ IFF_CANTCHANGE: Integer
437
+
438
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
439
+ # unconfigurable using ioctl(2)
440
+ #
441
+ IFF_CANTCONFIG: Integer
442
+
443
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
444
+ # turn on debugging
445
+ #
446
+ IFF_DEBUG: Integer
447
+
448
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
449
+ # disable netpoll at run-time
450
+ #
451
+ IFF_DISABLE_NETPOLL: Integer
452
+
453
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
454
+ # disallow bridging this ether dev
455
+ #
456
+ IFF_DONT_BRIDGE: Integer
457
+
458
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
459
+ # driver signals dormant
460
+ #
461
+ IFF_DORMANT: Integer
462
+
463
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
464
+ # tx hardware queue is full
465
+ #
466
+ IFF_DRV_OACTIVE: Integer
467
+
468
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
469
+ # resources allocated
470
+ #
471
+ IFF_DRV_RUNNING: Integer
472
+
473
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
474
+ # interface is winding down
475
+ #
476
+ IFF_DYING: Integer
477
+
478
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
479
+ # dialup device with changing addresses
480
+ #
481
+ IFF_DYNAMIC: Integer
482
+
483
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
484
+ # ethernet bridging device
485
+ #
486
+ IFF_EBRIDGE: Integer
487
+
488
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
489
+ # echo sent packets
490
+ #
491
+ IFF_ECHO: Integer
492
+
493
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
494
+ # ISATAP interface (RFC4214)
495
+ #
496
+ IFF_ISATAP: Integer
497
+
498
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
499
+ # per link layer defined bit 0
500
+ #
501
+ IFF_LINK0: Integer
502
+
503
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
504
+ # per link layer defined bit 1
505
+ #
506
+ IFF_LINK1: Integer
507
+
508
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
509
+ # per link layer defined bit 2
510
+ #
511
+ IFF_LINK2: Integer
512
+
513
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
514
+ # hardware address change when it's running
515
+ #
516
+ IFF_LIVE_ADDR_CHANGE: Integer
517
+
518
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
519
+ # loopback net
520
+ #
521
+ IFF_LOOPBACK: Integer
522
+
523
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
524
+ # driver signals L1 up
525
+ #
526
+ IFF_LOWER_UP: Integer
527
+
528
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
529
+ # device used as macvlan port
530
+ #
531
+ IFF_MACVLAN_PORT: Integer
532
+
533
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
534
+ # master of a load balancer
535
+ #
536
+ IFF_MASTER: Integer
537
+
538
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
539
+ # bonding master, 802.3ad.
540
+ #
541
+ IFF_MASTER_8023AD: Integer
542
+
543
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
544
+ # bonding master, balance-alb.
545
+ #
546
+ IFF_MASTER_ALB: Integer
547
+
548
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
549
+ # bonding master, ARP mon in use
550
+ #
551
+ IFF_MASTER_ARPMON: Integer
552
+
553
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
554
+ # user-requested monitor mode
555
+ #
556
+ IFF_MONITOR: Integer
557
+
558
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
559
+ # supports multicast
560
+ #
561
+ IFF_MULTICAST: Integer
562
+
563
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
564
+ # no address resolution protocol
565
+ #
566
+ IFF_NOARP: Integer
567
+
568
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
569
+ # avoid use of trailers
570
+ #
571
+ IFF_NOTRAILERS: Integer
572
+
573
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
574
+ # transmission in progress
575
+ #
576
+ IFF_OACTIVE: Integer
577
+
578
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
579
+ # device used as Open vSwitch datapath port
580
+ #
581
+ IFF_OVS_DATAPATH: Integer
582
+
583
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
584
+ # point-to-point link
585
+ #
586
+ IFF_POINTOPOINT: Integer
587
+
588
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
589
+ # can set media type
590
+ #
591
+ IFF_PORTSEL: Integer
592
+
593
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
594
+ # user-requested promisc mode
595
+ #
596
+ IFF_PPROMISC: Integer
597
+
598
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
599
+ # receive all packets
600
+ #
601
+ IFF_PROMISC: Integer
602
+
603
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
604
+ # interface is being renamed
605
+ #
606
+ IFF_RENAMING: Integer
607
+
608
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
609
+ # routing entry installed
610
+ #
611
+ IFF_ROUTE: Integer
612
+
613
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
614
+ # resources allocated
615
+ #
616
+ IFF_RUNNING: Integer
617
+
618
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
619
+ # can't hear own transmissions
620
+ #
621
+ IFF_SIMPLEX: Integer
622
+
623
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
624
+ # slave of a load balancer
625
+ #
626
+ IFF_SLAVE: Integer
627
+
628
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
629
+ # bonding slave not the curr. active
630
+ #
631
+ IFF_SLAVE_INACTIVE: Integer
632
+
633
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
634
+ # need ARPs for validation
635
+ #
636
+ IFF_SLAVE_NEEDARP: Integer
637
+
638
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
639
+ # interface manages own routes
640
+ #
641
+ IFF_SMART: Integer
642
+
643
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
644
+ # static ARP
645
+ #
646
+ IFF_STATICARP: Integer
647
+
648
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
649
+ # sending custom FCS
650
+ #
651
+ IFF_SUPP_NOFCS: Integer
652
+
653
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
654
+ # used as team port
655
+ #
656
+ IFF_TEAM_PORT: Integer
657
+
658
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
659
+ # sharing skbs on transmit
660
+ #
661
+ IFF_TX_SKB_SHARING: Integer
662
+
663
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
664
+ # unicast filtering
665
+ #
666
+ IFF_UNICAST_FLT: Integer
667
+
668
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
669
+ # interface is up
670
+ #
671
+ IFF_UP: Integer
672
+
673
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
674
+ # volatile flags
675
+ #
676
+ IFF_VOLATILE: Integer
677
+
678
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
679
+ # WAN HDLC device
680
+ #
681
+ IFF_WAN_HDLC: Integer
682
+
683
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
684
+ # dev_hard_start_xmit() is allowed to release skb->dst
685
+ #
686
+ IFF_XMIT_DST_RELEASE: Integer
687
+
688
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
689
+ # Maximum interface name size
690
+ #
691
+ IFNAMSIZ: Integer
692
+
693
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
694
+ # Maximum interface name size
695
+ #
696
+ IF_NAMESIZE: Integer
697
+
698
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
699
+ # Multicast group for all systems on this subset
700
+ #
701
+ INADDR_ALLHOSTS_GROUP: Integer
702
+
703
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
704
+ # A socket bound to INADDR_ANY receives packets from all interfaces and sends
705
+ # from the default IP address
706
+ #
707
+ INADDR_ANY: Integer
708
+
709
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
710
+ # The network broadcast address
711
+ #
712
+ INADDR_BROADCAST: Integer
713
+
714
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
715
+ # The loopback address
716
+ #
717
+ INADDR_LOOPBACK: Integer
718
+
719
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
720
+ # The last local network multicast group
721
+ #
722
+ INADDR_MAX_LOCAL_GROUP: Integer
723
+
724
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
725
+ # A bitmask for matching no valid IP address
726
+ #
727
+ INADDR_NONE: Integer
728
+
729
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
730
+ # The reserved multicast group
731
+ #
732
+ INADDR_UNSPEC_GROUP: Integer
733
+
734
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
735
+ # Maximum length of an IPv6 address string
736
+ #
737
+ INET6_ADDRSTRLEN: Integer
738
+
739
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
740
+ # Maximum length of an IPv4 address string
741
+ #
742
+ INET_ADDRSTRLEN: Integer
743
+
744
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
745
+ # Default minimum address for bind or connect
746
+ #
747
+ IPPORT_RESERVED: Integer
748
+
749
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
750
+ # Default maximum address for bind or connect
751
+ #
752
+ IPPORT_USERRESERVED: Integer
753
+
754
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
755
+ # IP6 auth header
756
+ #
757
+ IPPROTO_AH: Integer
758
+
759
+ IPPROTO_BIP: Integer
760
+
761
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
762
+ # IP6 destination option
763
+ #
764
+ IPPROTO_DSTOPTS: Integer
765
+
766
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
767
+ # Exterior Gateway Protocol
768
+ #
769
+ IPPROTO_EGP: Integer
770
+
771
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
772
+ # ISO cnlp
773
+ #
774
+ IPPROTO_EON: Integer
775
+
776
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
777
+ # IP6 Encapsulated Security Payload
778
+ #
779
+ IPPROTO_ESP: Integer
780
+
781
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
782
+ # IP6 fragmentation header
783
+ #
784
+ IPPROTO_FRAGMENT: Integer
785
+
786
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
787
+ # Gateway to Gateway Protocol
788
+ #
789
+ IPPROTO_GGP: Integer
790
+
791
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
792
+ # "hello" routing protocol
793
+ #
794
+ IPPROTO_HELLO: Integer
795
+
796
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
797
+ # IP6 hop-by-hop options
798
+ #
799
+ IPPROTO_HOPOPTS: Integer
800
+
801
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
802
+ # Control message protocol
803
+ #
804
+ IPPROTO_ICMP: Integer
805
+
806
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
807
+ # ICMP6
808
+ #
809
+ IPPROTO_ICMPV6: Integer
810
+
811
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
812
+ # XNS IDP
813
+ #
814
+ IPPROTO_IDP: Integer
815
+
816
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
817
+ # Group Management Protocol
818
+ #
819
+ IPPROTO_IGMP: Integer
820
+
821
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
822
+ # Dummy protocol for IP
823
+ #
824
+ IPPROTO_IP: Integer
825
+
826
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
827
+ # IP6 header
828
+ #
829
+ IPPROTO_IPV6: Integer
830
+
831
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
832
+ # Maximum IPPROTO constant
833
+ #
834
+ IPPROTO_MAX: Integer
835
+
836
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
837
+ # Sun net disk protocol
838
+ #
839
+ IPPROTO_ND: Integer
840
+
841
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
842
+ # IP6 no next header
843
+ #
844
+ IPPROTO_NONE: Integer
845
+
846
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
847
+ # PARC Universal Packet protocol
848
+ #
849
+ IPPROTO_PUP: Integer
850
+
851
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
852
+ # Raw IP packet
853
+ #
854
+ IPPROTO_RAW: Integer
855
+
856
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
857
+ # IP6 routing header
858
+ #
859
+ IPPROTO_ROUTING: Integer
860
+
861
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
862
+ # TCP
863
+ #
864
+ IPPROTO_TCP: Integer
865
+
866
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
867
+ # ISO transport protocol class 4
868
+ #
869
+ IPPROTO_TP: Integer
870
+
871
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
872
+ # UDP
873
+ #
874
+ IPPROTO_UDP: Integer
875
+
876
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
877
+ # Xpress Transport Protocol
878
+ #
879
+ IPPROTO_XTP: Integer
880
+
881
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
882
+ # Checksum offset for raw sockets
883
+ #
884
+ IPV6_CHECKSUM: Integer
885
+
886
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
887
+ # Don't fragment packets
888
+ #
889
+ IPV6_DONTFRAG: Integer
890
+
891
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
892
+ # Destination option
893
+ #
894
+ IPV6_DSTOPTS: Integer
895
+
896
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
897
+ # Hop limit
898
+ #
899
+ IPV6_HOPLIMIT: Integer
900
+
901
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
902
+ # Hop-by-hop option
903
+ #
904
+ IPV6_HOPOPTS: Integer
905
+
906
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
907
+ # Join a group membership
908
+ #
909
+ IPV6_JOIN_GROUP: Integer
910
+
911
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
912
+ # Leave a group membership
913
+ #
914
+ IPV6_LEAVE_GROUP: Integer
915
+
916
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
917
+ # IP6 multicast hops
918
+ #
919
+ IPV6_MULTICAST_HOPS: Integer
920
+
921
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
922
+ # IP6 multicast interface
923
+ #
924
+ IPV6_MULTICAST_IF: Integer
925
+
926
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
927
+ # IP6 multicast loopback
928
+ #
929
+ IPV6_MULTICAST_LOOP: Integer
930
+
931
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
932
+ # Next hop address
933
+ #
934
+ IPV6_NEXTHOP: Integer
935
+
936
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
937
+ # Retrieve current path MTU
938
+ #
939
+ IPV6_PATHMTU: Integer
940
+
941
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
942
+ # Receive packet information with datagram
943
+ #
944
+ IPV6_PKTINFO: Integer
945
+
946
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
947
+ # Receive all IP6 options for response
948
+ #
949
+ IPV6_RECVDSTOPTS: Integer
950
+
951
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
952
+ # Receive hop limit with datagram
953
+ #
954
+ IPV6_RECVHOPLIMIT: Integer
955
+
956
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
957
+ # Receive hop-by-hop options
958
+ #
959
+ IPV6_RECVHOPOPTS: Integer
960
+
961
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
962
+ # Receive current path MTU with datagram
963
+ #
964
+ IPV6_RECVPATHMTU: Integer
965
+
966
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
967
+ # Receive destination IP address and incoming interface
968
+ #
969
+ IPV6_RECVPKTINFO: Integer
970
+
971
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
972
+ # Receive routing header
973
+ #
974
+ IPV6_RECVRTHDR: Integer
975
+
976
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
977
+ # Receive traffic class
978
+ #
979
+ IPV6_RECVTCLASS: Integer
980
+
981
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
982
+ # Allows removal of sticky routing headers
983
+ #
984
+ IPV6_RTHDR: Integer
985
+
986
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
987
+ # Allows removal of sticky destination options header
988
+ #
989
+ IPV6_RTHDRDSTOPTS: Integer
990
+
991
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
992
+ # Routing header type 0
993
+ #
994
+ IPV6_RTHDR_TYPE_0: Integer
995
+
996
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
997
+ # Specify the traffic class
998
+ #
999
+ IPV6_TCLASS: Integer
1000
+
1001
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1002
+ # IP6 unicast hops
1003
+ #
1004
+ IPV6_UNICAST_HOPS: Integer
1005
+
1006
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1007
+ # Use the minimum MTU size
1008
+ #
1009
+ IPV6_USE_MIN_MTU: Integer
1010
+
1011
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1012
+ # Only bind IPv6 with a wildcard bind
1013
+ #
1014
+ IPV6_V6ONLY: Integer
1015
+
1016
+ IPX_TYPE: Integer
1017
+
1018
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1019
+ # Add a multicast group membership
1020
+ #
1021
+ IP_ADD_MEMBERSHIP: Integer
1022
+
1023
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1024
+ # Add a multicast group membership
1025
+ #
1026
+ IP_ADD_SOURCE_MEMBERSHIP: Integer
1027
+
1028
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1029
+ # Block IPv4 multicast packets with a give source address
1030
+ #
1031
+ IP_BLOCK_SOURCE: Integer
1032
+
1033
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1034
+ # Default multicast loopback
1035
+ #
1036
+ IP_DEFAULT_MULTICAST_LOOP: Integer
1037
+
1038
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1039
+ # Default multicast TTL
1040
+ #
1041
+ IP_DEFAULT_MULTICAST_TTL: Integer
1042
+
1043
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1044
+ # Don't fragment packets
1045
+ #
1046
+ IP_DONTFRAG: Integer
1047
+
1048
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1049
+ # Drop a multicast group membership
1050
+ #
1051
+ IP_DROP_MEMBERSHIP: Integer
1052
+
1053
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1054
+ # Drop a multicast group membership
1055
+ #
1056
+ IP_DROP_SOURCE_MEMBERSHIP: Integer
1057
+
1058
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1059
+ # Allow binding to nonexistent IP addresses
1060
+ #
1061
+ IP_FREEBIND: Integer
1062
+
1063
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1064
+ # Header is included with data
1065
+ #
1066
+ IP_HDRINCL: Integer
1067
+
1068
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1069
+ # IPsec security policy
1070
+ #
1071
+ IP_IPSEC_POLICY: Integer
1072
+
1073
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1074
+ # Maximum number multicast groups a socket can join
1075
+ #
1076
+ IP_MAX_MEMBERSHIPS: Integer
1077
+
1078
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1079
+ # Minimum TTL allowed for received packets
1080
+ #
1081
+ IP_MINTTL: Integer
1082
+
1083
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1084
+ # Multicast source filtering
1085
+ #
1086
+ IP_MSFILTER: Integer
1087
+
1088
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1089
+ # The Maximum Transmission Unit of the socket
1090
+ #
1091
+ IP_MTU: Integer
1092
+
1093
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1094
+ # Path MTU discovery
1095
+ #
1096
+ IP_MTU_DISCOVER: Integer
1097
+
1098
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1099
+ # IP multicast interface
1100
+ #
1101
+ IP_MULTICAST_IF: Integer
1102
+
1103
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1104
+ # IP multicast loopback
1105
+ #
1106
+ IP_MULTICAST_LOOP: Integer
1107
+
1108
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1109
+ # IP multicast TTL
1110
+ #
1111
+ IP_MULTICAST_TTL: Integer
1112
+
1113
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1114
+ # Force outgoing broadcast datagrams to have the undirected broadcast address
1115
+ #
1116
+ IP_ONESBCAST: Integer
1117
+
1118
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1119
+ # IP options to be included in packets
1120
+ #
1121
+ IP_OPTIONS: Integer
1122
+
1123
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1124
+ # Retrieve security context with datagram
1125
+ #
1126
+ IP_PASSSEC: Integer
1127
+
1128
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1129
+ # Receive packet information with datagrams
1130
+ #
1131
+ IP_PKTINFO: Integer
1132
+
1133
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1134
+ # Receive packet options with datagrams
1135
+ #
1136
+ IP_PKTOPTIONS: Integer
1137
+
1138
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1139
+ # Always send DF frames
1140
+ #
1141
+ IP_PMTUDISC_DO: Integer
1142
+
1143
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1144
+ # Never send DF frames
1145
+ #
1146
+ IP_PMTUDISC_DONT: Integer
1147
+
1148
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1149
+ # Use per-route hints
1150
+ #
1151
+ IP_PMTUDISC_WANT: Integer
1152
+
1153
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1154
+ # Set the port range for sockets with unspecified port numbers
1155
+ #
1156
+ IP_PORTRANGE: Integer
1157
+
1158
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1159
+ # Receive IP destination address with datagram
1160
+ #
1161
+ IP_RECVDSTADDR: Integer
1162
+
1163
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1164
+ # Enable extended reliable error message passing
1165
+ #
1166
+ IP_RECVERR: Integer
1167
+
1168
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1169
+ # Receive interface information with datagrams
1170
+ #
1171
+ IP_RECVIF: Integer
1172
+
1173
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1174
+ # Receive all IP options with datagram
1175
+ #
1176
+ IP_RECVOPTS: Integer
1177
+
1178
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1179
+ # Receive all IP options for response
1180
+ #
1181
+ IP_RECVRETOPTS: Integer
1182
+
1183
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1184
+ # Receive link-layer address with datagrams
1185
+ #
1186
+ IP_RECVSLLA: Integer
1187
+
1188
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1189
+ # Receive TOS with incoming packets
1190
+ #
1191
+ IP_RECVTOS: Integer
1192
+
1193
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1194
+ # Receive IP TTL with datagrams
1195
+ #
1196
+ IP_RECVTTL: Integer
1197
+
1198
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1199
+ # IP options to be included in datagrams
1200
+ #
1201
+ IP_RETOPTS: Integer
1202
+
1203
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1204
+ # Notify transit routers to more closely examine the contents of an IP packet
1205
+ #
1206
+ IP_ROUTER_ALERT: Integer
1207
+
1208
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1209
+ # Source address for outgoing UDP datagrams
1210
+ #
1211
+ IP_SENDSRCADDR: Integer
1212
+
1213
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1214
+ # IP type-of-service
1215
+ #
1216
+ IP_TOS: Integer
1217
+
1218
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1219
+ # Transparent proxy
1220
+ #
1221
+ IP_TRANSPARENT: Integer
1222
+
1223
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1224
+ # IP time-to-live
1225
+ #
1226
+ IP_TTL: Integer
1227
+
1228
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1229
+ # Unblock IPv4 multicast packets with a give source address
1230
+ #
1231
+ IP_UNBLOCK_SOURCE: Integer
1232
+
1233
+ IP_XFRM_POLICY: Integer
1234
+
1235
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1236
+ # Connect blocks until accepted
1237
+ #
1238
+ LOCAL_CONNWAIT: Integer
1239
+
1240
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1241
+ # Pass credentials to receiver
1242
+ #
1243
+ LOCAL_CREDS: Integer
1244
+
1245
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1246
+ # Retrieve peer credentials
1247
+ #
1248
+ LOCAL_PEERCRED: Integer
1249
+
1250
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1251
+ # Block multicast packets from this source
1252
+ #
1253
+ MCAST_BLOCK_SOURCE: Integer
1254
+
1255
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1256
+ # Exclusive multicast source filter
1257
+ #
1258
+ MCAST_EXCLUDE: Integer
1259
+
1260
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1261
+ # Inclusive multicast source filter
1262
+ #
1263
+ MCAST_INCLUDE: Integer
1264
+
1265
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1266
+ # Join a multicast group
1267
+ #
1268
+ MCAST_JOIN_GROUP: Integer
1269
+
1270
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1271
+ # Join a multicast source group
1272
+ #
1273
+ MCAST_JOIN_SOURCE_GROUP: Integer
1274
+
1275
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1276
+ # Leave a multicast group
1277
+ #
1278
+ MCAST_LEAVE_GROUP: Integer
1279
+
1280
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1281
+ # Leave a multicast source group
1282
+ #
1283
+ MCAST_LEAVE_SOURCE_GROUP: Integer
1284
+
1285
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1286
+ # Multicast source filtering
1287
+ #
1288
+ MCAST_MSFILTER: Integer
1289
+
1290
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1291
+ # Unblock multicast packets from this source
1292
+ #
1293
+ MCAST_UNBLOCK_SOURCE: Integer
1294
+
1295
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1296
+ # End of record
1297
+ #
1298
+ MSG_COMPAT: Integer
1299
+
1300
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1301
+ # Confirm path validity
1302
+ #
1303
+ MSG_CONFIRM: Integer
1304
+
1305
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1306
+ # Control data lost before delivery
1307
+ #
1308
+ MSG_CTRUNC: Integer
1309
+
1310
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1311
+ # Send without using the routing tables
1312
+ #
1313
+ MSG_DONTROUTE: Integer
1314
+
1315
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1316
+ # This message should be non-blocking
1317
+ #
1318
+ MSG_DONTWAIT: Integer
1319
+
1320
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1321
+ # Data completes connection
1322
+ #
1323
+ MSG_EOF: Integer
1324
+
1325
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1326
+ # Data completes record
1327
+ #
1328
+ MSG_EOR: Integer
1329
+
1330
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1331
+ # Fetch message from error queue
1332
+ #
1333
+ MSG_ERRQUEUE: Integer
1334
+
1335
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1336
+ # Reduce step of the handshake process
1337
+ #
1338
+ MSG_FASTOPEN: Integer
1339
+
1340
+ MSG_FIN: Integer
1341
+
1342
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1343
+ # Start of a hold sequence. Dumps to so_temp
1344
+ #
1345
+ MSG_FLUSH: Integer
1346
+
1347
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1348
+ # Data ready to be read
1349
+ #
1350
+ MSG_HAVEMORE: Integer
1351
+
1352
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1353
+ # Hold fragment in so_temp
1354
+ #
1355
+ MSG_HOLD: Integer
1356
+
1357
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1358
+ # Sender will send more
1359
+ #
1360
+ MSG_MORE: Integer
1361
+
1362
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1363
+ # Do not generate SIGPIPE
1364
+ #
1365
+ MSG_NOSIGNAL: Integer
1366
+
1367
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1368
+ # Process out-of-band data
1369
+ #
1370
+ MSG_OOB: Integer
1371
+
1372
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1373
+ # Peek at incoming message
1374
+ #
1375
+ MSG_PEEK: Integer
1376
+
1377
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1378
+ # Wait for full request
1379
+ #
1380
+ MSG_PROXY: Integer
1381
+
1382
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1383
+ # Data remains in the current packet
1384
+ #
1385
+ MSG_RCVMORE: Integer
1386
+
1387
+ MSG_RST: Integer
1388
+
1389
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1390
+ # Send the packet in so_temp
1391
+ #
1392
+ MSG_SEND: Integer
1393
+
1394
+ MSG_SYN: Integer
1395
+
1396
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1397
+ # Data discarded before delivery
1398
+ #
1399
+ MSG_TRUNC: Integer
1400
+
1401
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1402
+ # Wait for full request or error
1403
+ #
1404
+ MSG_WAITALL: Integer
1405
+
1406
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1407
+ # The service specified is a datagram service (looks up UDP ports)
1408
+ #
1409
+ NI_DGRAM: Integer
1410
+
1411
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1412
+ # Maximum length of a hostname
1413
+ #
1414
+ NI_MAXHOST: Integer
1415
+
1416
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1417
+ # Maximum length of a service name
1418
+ #
1419
+ NI_MAXSERV: Integer
1420
+
1421
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1422
+ # A name is required
1423
+ #
1424
+ NI_NAMEREQD: Integer
1425
+
1426
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1427
+ # An FQDN is not required for local hosts, return only the local part
1428
+ #
1429
+ NI_NOFQDN: Integer
1430
+
1431
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1432
+ # Return a numeric address
1433
+ #
1434
+ NI_NUMERICHOST: Integer
1435
+
1436
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1437
+ # Return the service name as a digit string
1438
+ #
1439
+ NI_NUMERICSERV: Integer
1440
+
1441
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1442
+ # Interface to kernel crypto API
1443
+ #
1444
+ PF_ALG: Integer
1445
+
1446
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1447
+ # AppleTalk protocol
1448
+ #
1449
+ PF_APPLETALK: Integer
1450
+
1451
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1452
+ # Asynchronous Transfer Mode
1453
+ #
1454
+ PF_ATM: Integer
1455
+
1456
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1457
+ # AX.25 protocol
1458
+ #
1459
+ PF_AX25: Integer
1460
+
1461
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1462
+ # Bluetooth low-level socket protocol
1463
+ #
1464
+ PF_BLUETOOTH: Integer
1465
+
1466
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1467
+ # Controller Area Network automotive bus protocol
1468
+ #
1469
+ PF_CAN: Integer
1470
+
1471
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1472
+ # CCITT (now ITU-T) protocols
1473
+ #
1474
+ PF_CCITT: Integer
1475
+
1476
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1477
+ # MIT CHAOS protocols
1478
+ #
1479
+ PF_CHAOS: Integer
1480
+
1481
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1482
+ # Computer Network Technology
1483
+ #
1484
+ PF_CNT: Integer
1485
+
1486
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1487
+ # Connection-oriented IP
1488
+ #
1489
+ PF_COIP: Integer
1490
+
1491
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1492
+ # Datakit protocol
1493
+ #
1494
+ PF_DATAKIT: Integer
1495
+
1496
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1497
+ # DECnet protocol
1498
+ #
1499
+ PF_DEC: Integer
1500
+
1501
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1502
+ # DECnet protocol
1503
+ #
1504
+ PF_DECnet: Integer
1505
+
1506
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1507
+ # DEC Direct Data Link Interface protocol
1508
+ #
1509
+ PF_DLI: Integer
1510
+
1511
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1512
+ # European Computer Manufacturers protocols
1513
+ #
1514
+ PF_ECMA: Integer
1515
+
1516
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1517
+ # NSC Hyperchannel protocol
1518
+ #
1519
+ PF_HYLINK: Integer
1520
+
1521
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1522
+ # InfiniBand native addressing
1523
+ #
1524
+ PF_IB: Integer
1525
+
1526
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1527
+ # ARPANET IMP protocol
1528
+ #
1529
+ PF_IMPLINK: Integer
1530
+
1531
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1532
+ # IPv4 protocol
1533
+ #
1534
+ PF_INET: Integer
1535
+
1536
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1537
+ # IPv6 protocol
1538
+ #
1539
+ PF_INET6: Integer
1540
+
1541
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1542
+ # IPX protocol
1543
+ #
1544
+ PF_IPX: Integer
1545
+
1546
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1547
+ # Integrated Services Digital Network
1548
+ #
1549
+ PF_ISDN: Integer
1550
+
1551
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1552
+ # ISO Open Systems Interconnection protocols
1553
+ #
1554
+ PF_ISO: Integer
1555
+
1556
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1557
+ # KCM (kernel connection multiplexor) interface
1558
+ #
1559
+ PF_KCM: Integer
1560
+
1561
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1562
+ # Key management protocol, originally developed for usage with IPsec
1563
+ #
1564
+ PF_KEY: Integer
1565
+
1566
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1567
+ # Local Area Transport protocol
1568
+ #
1569
+ PF_LAT: Integer
1570
+
1571
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1572
+ # Link layer interface
1573
+ #
1574
+ PF_LINK: Integer
1575
+
1576
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1577
+ # Logical link control (IEEE 802.2 LLC) protocol
1578
+ #
1579
+ PF_LLC: Integer
1580
+
1581
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1582
+ # Host-internal protocols
1583
+ #
1584
+ PF_LOCAL: Integer
1585
+
1586
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1587
+ # Maximum address family for this platform
1588
+ #
1589
+ PF_MAX: Integer
1590
+
1591
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1592
+ # Multiprotocol Label Switching
1593
+ #
1594
+ PF_MPLS: Integer
1595
+
1596
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1597
+ # Native ATM access
1598
+ #
1599
+ PF_NATM: Integer
1600
+
1601
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1602
+ # Network driver raw access
1603
+ #
1604
+ PF_NDRV: Integer
1605
+
1606
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1607
+ # NetBIOS
1608
+ #
1609
+ PF_NETBIOS: Integer
1610
+
1611
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1612
+ # Netgraph sockets
1613
+ #
1614
+ PF_NETGRAPH: Integer
1615
+
1616
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1617
+ # Kernel user interface device
1618
+ #
1619
+ PF_NETLINK: Integer
1620
+
1621
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1622
+ # XEROX NS protocols
1623
+ #
1624
+ PF_NS: Integer
1625
+
1626
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1627
+ # ISO Open Systems Interconnection protocols
1628
+ #
1629
+ PF_OSI: Integer
1630
+
1631
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1632
+ # Direct link-layer access
1633
+ #
1634
+ PF_PACKET: Integer
1635
+
1636
+ PF_PIP: Integer
1637
+
1638
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1639
+ # Point-to-Point Protocol
1640
+ #
1641
+ PF_PPP: Integer
1642
+
1643
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1644
+ # Generic PPP transport layer, for setting up L2 tunnels (L2TP and PPPoE)
1645
+ #
1646
+ PF_PPPOX: Integer
1647
+
1648
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1649
+ # PARC Universal Packet protocol
1650
+ #
1651
+ PF_PUP: Integer
1652
+
1653
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1654
+ # Reliable Datagram Sockets (RDS) protocol
1655
+ #
1656
+ PF_RDS: Integer
1657
+
1658
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1659
+ # Internal routing protocol
1660
+ #
1661
+ PF_ROUTE: Integer
1662
+
1663
+ PF_RTIP: Integer
1664
+
1665
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1666
+ # Simple Internet Protocol
1667
+ #
1668
+ PF_SIP: Integer
1669
+
1670
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1671
+ # IBM SNA protocol
1672
+ #
1673
+ PF_SNA: Integer
1674
+
1675
+ PF_SYSTEM: Integer
1676
+
1677
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1678
+ # TIPC, "cluster domain sockets" protocol
1679
+ #
1680
+ PF_TIPC: Integer
1681
+
1682
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1683
+ # UNIX sockets
1684
+ #
1685
+ PF_UNIX: Integer
1686
+
1687
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1688
+ # Unspecified protocol, any supported address family
1689
+ #
1690
+ PF_UNSPEC: Integer
1691
+
1692
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1693
+ # VSOCK (originally "VMWare VSockets") protocol for hypervisor-guest
1694
+ # communication
1695
+ #
1696
+ PF_VSOCK: Integer
1697
+
1698
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1699
+ # XDP (express data path) interface
1700
+ #
1701
+ PF_XDP: Integer
1702
+
1703
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1704
+ # eXpress Transfer Protocol
1705
+ #
1706
+ PF_XTP: Integer
1707
+
1708
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1709
+ # Timestamp (bintime)
1710
+ #
1711
+ SCM_BINTIME: Integer
1712
+
1713
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1714
+ # The sender's credentials
1715
+ #
1716
+ SCM_CREDENTIALS: Integer
1717
+
1718
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1719
+ # Process credentials
1720
+ #
1721
+ SCM_CREDS: Integer
1722
+
1723
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1724
+ # Access rights
1725
+ #
1726
+ SCM_RIGHTS: Integer
1727
+
1728
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1729
+ # Timestamp (timeval)
1730
+ #
1731
+ SCM_TIMESTAMP: Integer
1732
+
1733
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1734
+ # Timestamp (timespec list) (Linux 2.6.30)
1735
+ #
1736
+ SCM_TIMESTAMPING: Integer
1737
+
1738
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1739
+ # Timespec (timespec)
1740
+ #
1741
+ SCM_TIMESTAMPNS: Integer
1742
+
1743
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1744
+ # User credentials
1745
+ #
1746
+ SCM_UCRED: Integer
1747
+
1748
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1749
+ # Wifi status (Linux 3.3)
1750
+ #
1751
+ SCM_WIFI_STATUS: Integer
1752
+
1753
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1754
+ # Shut down the reading side of the socket
1755
+ #
1756
+ SHUT_RD: Integer
1757
+
1758
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1759
+ # Shut down the both sides of the socket
1760
+ #
1761
+ SHUT_RDWR: Integer
1762
+
1763
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1764
+ # Shut down the writing side of the socket
1765
+ #
1766
+ SHUT_WR: Integer
1767
+
1768
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1769
+ # Set the close-on-exec (FD_CLOEXEC) flag on the new file descriptor.
1770
+ #
1771
+ SOCK_CLOEXEC: Integer
1772
+
1773
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1774
+ # A datagram socket provides connectionless, unreliable messaging
1775
+ #
1776
+ SOCK_DGRAM: Integer
1777
+
1778
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1779
+ # Set the O_NONBLOCK file status flag on the open file description (see open(2))
1780
+ # referred to by the new file descriptor.
1781
+ #
1782
+ SOCK_NONBLOCK: Integer
1783
+
1784
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1785
+ # Device-level packet access
1786
+ #
1787
+ SOCK_PACKET: Integer
1788
+
1789
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1790
+ # A raw socket provides low-level access for direct access or implementing
1791
+ # network protocols
1792
+ #
1793
+ SOCK_RAW: Integer
1794
+
1795
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1796
+ # A reliable datagram socket provides reliable delivery of messages
1797
+ #
1798
+ SOCK_RDM: Integer
1799
+
1800
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1801
+ # A sequential packet socket provides sequenced, reliable two-way connection for
1802
+ # datagrams
1803
+ #
1804
+ SOCK_SEQPACKET: Integer
1805
+
1806
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1807
+ # A stream socket provides a sequenced, reliable two-way connection for a byte
1808
+ # stream
1809
+ #
1810
+ SOCK_STREAM: Integer
1811
+
1812
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1813
+ # AppleTalk socket options
1814
+ #
1815
+ SOL_ATALK: Integer
1816
+
1817
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1818
+ # AX.25 socket options
1819
+ #
1820
+ SOL_AX25: Integer
1821
+
1822
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1823
+ # IP socket options
1824
+ #
1825
+ SOL_IP: Integer
1826
+
1827
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1828
+ # IPX socket options
1829
+ #
1830
+ SOL_IPX: Integer
1831
+
1832
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1833
+ # Socket-level options
1834
+ #
1835
+ SOL_SOCKET: Integer
1836
+
1837
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1838
+ # TCP socket options
1839
+ #
1840
+ SOL_TCP: Integer
1841
+
1842
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1843
+ # UDP socket options
1844
+ #
1845
+ SOL_UDP: Integer
1846
+
1847
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1848
+ # Maximum connection requests that may be queued for a socket
1849
+ #
1850
+ SOMAXCONN: Integer
1851
+
1852
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1853
+ # Background socket priority
1854
+ #
1855
+ SOPRI_BACKGROUND: Integer
1856
+
1857
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1858
+ # Interactive socket priority
1859
+ #
1860
+ SOPRI_INTERACTIVE: Integer
1861
+
1862
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1863
+ # Normal socket priority
1864
+ #
1865
+ SOPRI_NORMAL: Integer
1866
+
1867
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1868
+ # Socket has had listen() called on it
1869
+ #
1870
+ SO_ACCEPTCONN: Integer
1871
+
1872
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1873
+ # There is an accept filter
1874
+ #
1875
+ SO_ACCEPTFILTER: Integer
1876
+
1877
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1878
+ # Bypass zone boundaries
1879
+ #
1880
+ SO_ALLZONES: Integer
1881
+
1882
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1883
+ # Attach an accept filter
1884
+ #
1885
+ SO_ATTACH_FILTER: Integer
1886
+
1887
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1888
+ # Only send packets from the given interface
1889
+ #
1890
+ SO_BINDTODEVICE: Integer
1891
+
1892
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1893
+ # Receive timestamp with datagrams (bintime)
1894
+ #
1895
+ SO_BINTIME: Integer
1896
+
1897
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1898
+ # Query supported BPF extensions (Linux 3.14)
1899
+ #
1900
+ SO_BPF_EXTENSIONS: Integer
1901
+
1902
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1903
+ # Permit sending of broadcast messages
1904
+ #
1905
+ SO_BROADCAST: Integer
1906
+
1907
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1908
+ # Set the threshold in microseconds for low latency polling (Linux 3.11)
1909
+ #
1910
+ SO_BUSY_POLL: Integer
1911
+
1912
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1913
+ # Debug info recording
1914
+ #
1915
+ SO_DEBUG: Integer
1916
+
1917
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1918
+ # Detach an accept filter
1919
+ #
1920
+ SO_DETACH_FILTER: Integer
1921
+
1922
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1923
+ # Domain given for socket() (Linux 2.6.32)
1924
+ #
1925
+ SO_DOMAIN: Integer
1926
+
1927
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1928
+ # Use interface addresses
1929
+ #
1930
+ SO_DONTROUTE: Integer
1931
+
1932
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1933
+ # Retain unread data
1934
+ #
1935
+ SO_DONTTRUNC: Integer
1936
+
1937
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1938
+ # Get and clear the error status
1939
+ #
1940
+ SO_ERROR: Integer
1941
+
1942
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1943
+ # Obtain filter set by SO_ATTACH_FILTER (Linux 3.8)
1944
+ #
1945
+ SO_GET_FILTER: Integer
1946
+
1947
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1948
+ # Keep connections alive
1949
+ #
1950
+ SO_KEEPALIVE: Integer
1951
+
1952
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1953
+ # Linger on close if data is present
1954
+ #
1955
+ SO_LINGER: Integer
1956
+
1957
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1958
+ # Lock the filter attached to a socket (Linux 3.9)
1959
+ #
1960
+ SO_LOCK_FILTER: Integer
1961
+
1962
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1963
+ # Mandatory Access Control exemption for unlabeled peers
1964
+ #
1965
+ SO_MAC_EXEMPT: Integer
1966
+
1967
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1968
+ # Set the mark for mark-based routing (Linux 2.6.25)
1969
+ #
1970
+ SO_MARK: Integer
1971
+
1972
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1973
+ # Cap the rate computed by transport layer. [bytes per second] (Linux 3.13)
1974
+ #
1975
+ SO_MAX_PACING_RATE: Integer
1976
+
1977
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1978
+ # Install socket-level Network Kernel Extension
1979
+ #
1980
+ SO_NKE: Integer
1981
+
1982
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1983
+ # Set netns of a socket (Linux 3.4)
1984
+ #
1985
+ SO_NOFCS: Integer
1986
+
1987
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1988
+ # Don't SIGPIPE on EPIPE
1989
+ #
1990
+ SO_NOSIGPIPE: Integer
1991
+
1992
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1993
+ # Disable checksums
1994
+ #
1995
+ SO_NO_CHECK: Integer
1996
+
1997
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
1998
+ # Get first packet byte count
1999
+ #
2000
+ SO_NREAD: Integer
2001
+
2002
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
2003
+ # Leave received out-of-band data in-line
2004
+ #
2005
+ SO_OOBINLINE: Integer
2006
+
2007
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
2008
+ # Receive SCM_CREDENTIALS messages
2009
+ #
2010
+ SO_PASSCRED: Integer
2011
+
2012
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
2013
+ # Toggle security context passing (Linux 2.6.18)
2014
+ #
2015
+ SO_PASSSEC: Integer
2016
+
2017
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
2018
+ # Set the peek offset (Linux 3.4)
2019
+ #
2020
+ SO_PEEK_OFF: Integer
2021
+
2022
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
2023
+ # The credentials of the foreign process connected to this socket
2024
+ #
2025
+ SO_PEERCRED: Integer
2026
+
2027
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
2028
+ # Name of the connecting user
2029
+ #
2030
+ SO_PEERNAME: Integer
2031
+
2032
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
2033
+ # Obtain the security credentials (Linux 2.6.2)
2034
+ #
2035
+ SO_PEERSEC: Integer
2036
+
2037
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
2038
+ # The protocol-defined priority for all packets on this socket
2039
+ #
2040
+ SO_PRIORITY: Integer
2041
+
2042
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
2043
+ # Protocol given for socket() (Linux 2.6.32)
2044
+ #
2045
+ SO_PROTOCOL: Integer
2046
+
2047
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
2048
+ # Receive buffer size
2049
+ #
2050
+ SO_RCVBUF: Integer
2051
+
2052
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
2053
+ # Receive buffer size without rmem_max limit (Linux 2.6.14)
2054
+ #
2055
+ SO_RCVBUFFORCE: Integer
2056
+
2057
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
2058
+ # Receive low-water mark
2059
+ #
2060
+ SO_RCVLOWAT: Integer
2061
+
2062
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
2063
+ # Receive timeout
2064
+ #
2065
+ SO_RCVTIMEO: Integer
2066
+
2067
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
2068
+ # Receive user credentials with datagram
2069
+ #
2070
+ SO_RECVUCRED: Integer
2071
+
2072
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
2073
+ # Allow local address reuse
2074
+ #
2075
+ SO_REUSEADDR: Integer
2076
+
2077
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
2078
+ # Allow local address and port reuse
2079
+ #
2080
+ SO_REUSEPORT: Integer
2081
+
2082
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
2083
+ # Toggle cmsg for number of packets dropped (Linux 2.6.33)
2084
+ #
2085
+ SO_RXQ_OVFL: Integer
2086
+
2087
+ SO_SECURITY_AUTHENTICATION: Integer
2088
+
2089
+ SO_SECURITY_ENCRYPTION_NETWORK: Integer
2090
+
2091
+ SO_SECURITY_ENCRYPTION_TRANSPORT: Integer
2092
+
2093
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
2094
+ # Make select() detect socket error queue with errorfds (Linux 3.10)
2095
+ #
2096
+ SO_SELECT_ERR_QUEUE: Integer
2097
+
2098
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
2099
+ # Send buffer size
2100
+ #
2101
+ SO_SNDBUF: Integer
2102
+
2103
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
2104
+ # Send buffer size without wmem_max limit (Linux 2.6.14)
2105
+ #
2106
+ SO_SNDBUFFORCE: Integer
2107
+
2108
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
2109
+ # Send low-water mark
2110
+ #
2111
+ SO_SNDLOWAT: Integer
2112
+
2113
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
2114
+ # Send timeout
2115
+ #
2116
+ SO_SNDTIMEO: Integer
2117
+
2118
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
2119
+ # Receive timestamp with datagrams (timeval)
2120
+ #
2121
+ SO_TIMESTAMP: Integer
2122
+
2123
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
2124
+ # Time stamping of incoming and outgoing packets (Linux 2.6.30)
2125
+ #
2126
+ SO_TIMESTAMPING: Integer
2127
+
2128
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
2129
+ # Receive nanosecond timestamp with datagrams (timespec)
2130
+ #
2131
+ SO_TIMESTAMPNS: Integer
2132
+
2133
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
2134
+ # Get the socket type
2135
+ #
2136
+ SO_TYPE: Integer
2137
+
2138
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
2139
+ # Bypass hardware when possible
2140
+ #
2141
+ SO_USELOOPBACK: Integer
2142
+
2143
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
2144
+ # Give a hint when more data is ready
2145
+ #
2146
+ SO_WANTMORE: Integer
2147
+
2148
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
2149
+ # OOB data is wanted in MSG_FLAG on receive
2150
+ #
2151
+ SO_WANTOOBFLAG: Integer
2152
+
2153
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
2154
+ # Toggle cmsg for wifi status (Linux 3.3)
2155
+ #
2156
+ SO_WIFI_STATUS: Integer
2157
+
2158
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
2159
+ # TCP congestion control algorithm (Linux 2.6.13, glibc 2.6)
2160
+ #
2161
+ TCP_CONGESTION: Integer
2162
+
2163
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
2164
+ # TCP Cookie Transactions (Linux 2.6.33, glibc 2.18)
2165
+ #
2166
+ TCP_COOKIE_TRANSACTIONS: Integer
2167
+
2168
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
2169
+ # Don't send partial frames (Linux 2.2, glibc 2.2)
2170
+ #
2171
+ TCP_CORK: Integer
2172
+
2173
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
2174
+ # Don't notify a listening socket until data is ready (Linux 2.4, glibc 2.2)
2175
+ #
2176
+ TCP_DEFER_ACCEPT: Integer
2177
+
2178
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
2179
+ # Reduce step of the handshake process (Linux 3.7, glibc 2.18)
2180
+ #
2181
+ TCP_FASTOPEN: Integer
2182
+
2183
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
2184
+ # Retrieve information about this socket (Linux 2.4, glibc 2.2)
2185
+ #
2186
+ TCP_INFO: Integer
2187
+
2188
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
2189
+ # Maximum number of keepalive probes allowed before dropping a connection (Linux
2190
+ # 2.4, glibc 2.2)
2191
+ #
2192
+ TCP_KEEPCNT: Integer
2193
+
2194
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
2195
+ # Idle time before keepalive probes are sent (Linux 2.4, glibc 2.2)
2196
+ #
2197
+ TCP_KEEPIDLE: Integer
2198
+
2199
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
2200
+ # Time between keepalive probes (Linux 2.4, glibc 2.2)
2201
+ #
2202
+ TCP_KEEPINTVL: Integer
2203
+
2204
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
2205
+ # Lifetime of orphaned FIN_WAIT2 sockets (Linux 2.4, glibc 2.2)
2206
+ #
2207
+ TCP_LINGER2: Integer
2208
+
2209
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
2210
+ # Set maximum segment size
2211
+ #
2212
+ TCP_MAXSEG: Integer
2213
+
2214
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
2215
+ # Use MD5 digests (RFC2385, Linux 2.6.20, glibc 2.7)
2216
+ #
2217
+ TCP_MD5SIG: Integer
2218
+
2219
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
2220
+ # Don't delay sending to coalesce packets
2221
+ #
2222
+ TCP_NODELAY: Integer
2223
+
2224
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
2225
+ # Don't use TCP options
2226
+ #
2227
+ TCP_NOOPT: Integer
2228
+
2229
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
2230
+ # Don't push the last block of write
2231
+ #
2232
+ TCP_NOPUSH: Integer
2233
+
2234
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
2235
+ # Sequence of a queue for repair mode (Linux 3.5, glibc 2.18)
2236
+ #
2237
+ TCP_QUEUE_SEQ: Integer
2238
+
2239
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
2240
+ # Enable quickack mode (Linux 2.4.4, glibc 2.3)
2241
+ #
2242
+ TCP_QUICKACK: Integer
2243
+
2244
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
2245
+ # Repair mode (Linux 3.5, glibc 2.18)
2246
+ #
2247
+ TCP_REPAIR: Integer
2248
+
2249
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
2250
+ # Options for repair mode (Linux 3.5, glibc 2.18)
2251
+ #
2252
+ TCP_REPAIR_OPTIONS: Integer
2253
+
2254
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
2255
+ # Queue for repair mode (Linux 3.5, glibc 2.18)
2256
+ #
2257
+ TCP_REPAIR_QUEUE: Integer
2258
+
2259
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
2260
+ # Number of SYN retransmits before a connection is dropped (Linux 2.4, glibc
2261
+ # 2.2)
2262
+ #
2263
+ TCP_SYNCNT: Integer
2264
+
2265
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
2266
+ # Duplicated acknowledgments handling for thin-streams (Linux 2.6.34, glibc
2267
+ # 2.18)
2268
+ #
2269
+ TCP_THIN_DUPACK: Integer
2270
+
2271
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
2272
+ # Linear timeouts for thin-streams (Linux 2.6.34, glibc 2.18)
2273
+ #
2274
+ TCP_THIN_LINEAR_TIMEOUTS: Integer
2275
+
2276
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
2277
+ # TCP timestamp (Linux 3.9, glibc 2.18)
2278
+ #
2279
+ TCP_TIMESTAMP: Integer
2280
+
2281
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
2282
+ # Max timeout before a TCP connection is aborted (Linux 2.6.37, glibc 2.18)
2283
+ #
2284
+ TCP_USER_TIMEOUT: Integer
2285
+
2286
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
2287
+ # Clamp the size of the advertised window (Linux 2.4, glibc 2.2)
2288
+ #
2289
+ TCP_WINDOW_CLAMP: Integer
2290
+
2291
+ # <!-- rdoc-file=ext/socket/constdefs.c -->
2292
+ # Don't send partial frames (Linux 2.5.44, glibc 2.11)
2293
+ #
2294
+ UDP_CORK: Integer
2295
+ end