Lines Matching +full:0 +full:x8005
68 #define SCTP_MAX_CHUNK_LENGTH 0xffff
70 #define SCTP_MAX_CAUSE_LENGTH 0xffff
87 #define SCTP_KTHREAD_PAGES 0
235 #define SCTP_LOG_EVENT_UNKNOWN 0
265 /* default MULTIPLE_ASCONF mode enable(1)/disable(0) value (sysctl) */
266 #define SCTP_DEFAULT_MULTIPLE_ASCONFS 0
303 #define PROTO_SIGNATURE_A 0x30000000
304 #define SCTP_VERSION_NUMBER 0x3
306 #define MAX_TSN 0xffffffff
328 /* default max I can burst out after a fast retransmit, 0 disables it */
336 #define SCTP_RTT_FROM_NON_DATA 0
339 #define PR_SCTP_UNORDERED_FLAG 0x0001
344 #define SCTP_DATAGRAM_UNSENT 0
357 #define SCTP_OUTPUT_FROM_USR_SEND 0
385 /*************0x0000 series*************/
386 #define SCTP_HEARTBEAT_INFO 0x0001
387 #define SCTP_IPV4_ADDRESS 0x0005
388 #define SCTP_IPV6_ADDRESS 0x0006
389 #define SCTP_STATE_COOKIE 0x0007
390 #define SCTP_UNRECOG_PARAM 0x0008
391 #define SCTP_COOKIE_PRESERVE 0x0009
392 #define SCTP_HOSTNAME_ADDRESS 0x000b
393 #define SCTP_SUPPORTED_ADDRTYPE 0x000c
396 #define SCTP_STR_RESET_OUT_REQUEST 0x000d
397 #define SCTP_STR_RESET_IN_REQUEST 0x000e
398 #define SCTP_STR_RESET_TSN_REQUEST 0x000f
399 #define SCTP_STR_RESET_RESPONSE 0x0010
400 #define SCTP_STR_RESET_ADD_OUT_STREAMS 0x0011
401 #define SCTP_STR_RESET_ADD_IN_STREAMS 0x0012
404 #define SCTP_STREAM_RESET_TSN_DELTA 0x1000
406 /*************0x4000 series*************/
408 /*************0x8000 series*************/
409 #define SCTP_ECN_CAPABLE 0x8000
410 #define SCTP_ZERO_CHECKSUM_ACCEPTABLE 0x8001
412 #define SCTP_RANDOM 0x8002
413 #define SCTP_CHUNK_LIST 0x8003
414 #define SCTP_HMAC_LIST 0x8004
416 #define SCTP_PAD 0x8005
418 #define SCTP_SUPPORTED_CHUNK_EXT 0x8008
420 /*************0xC000 series*************/
421 #define SCTP_PRSCTP_SUPPORTED 0xc000
423 #define SCTP_ADD_IP_ADDRESS 0xc001
424 #define SCTP_DEL_IP_ADDRESS 0xc002
425 #define SCTP_ERROR_CAUSE_IND 0xc003
426 #define SCTP_SET_PRIM_ADDR 0xc004
427 #define SCTP_SUCCESS_REPORT 0xc005
428 #define SCTP_ULP_ADAPTATION 0xc006
430 #define SCTP_HAS_NAT_SUPPORT 0xc007
431 #define SCTP_NAT_VTAGS 0xc008
434 #define SCTP_ECT0_BIT 0x02
435 #define SCTP_ECT1_BIT 0x01
436 #define SCTP_CE_BITS 0x03
439 #define SCTP_FLEXIBLE_ADDRESS 0x20
440 #define SCTP_NO_HEARTBEAT 0x40
443 #define SCTP_STICKY_OPTIONS_MASK 0x0c
448 #define SCTP_STATE_EMPTY 0x0000
449 #define SCTP_STATE_INUSE 0x0001
450 #define SCTP_STATE_COOKIE_WAIT 0x0002
451 #define SCTP_STATE_COOKIE_ECHOED 0x0004
452 #define SCTP_STATE_OPEN 0x0008
453 #define SCTP_STATE_SHUTDOWN_SENT 0x0010
454 #define SCTP_STATE_SHUTDOWN_RECEIVED 0x0020
455 #define SCTP_STATE_SHUTDOWN_ACK_SENT 0x0040
456 #define SCTP_STATE_SHUTDOWN_PENDING 0x0080
457 #define SCTP_STATE_CLOSED_SOCKET 0x0100
458 #define SCTP_STATE_ABOUT_TO_BE_FREED 0x0200
459 #define SCTP_STATE_PARTIAL_MSG_LEFT 0x0400
460 #define SCTP_STATE_WAS_ABORTED 0x0800
461 #define SCTP_STATE_IN_ACCEPT_QUEUE 0x1000
462 #define SCTP_STATE_MASK 0x007f
474 #define SCTP_ADDR_REACHABLE 0x001
475 #define SCTP_ADDR_NO_PMTUD 0x002
476 #define SCTP_ADDR_NOHB 0x004
477 #define SCTP_ADDR_BEING_DELETED 0x008
478 #define SCTP_ADDR_NOT_IN_ASSOC 0x010
479 #define SCTP_ADDR_OUT_OF_SCOPE 0x080
480 #define SCTP_ADDR_UNCONFIRMED 0x200
481 #define SCTP_ADDR_REQ_PRIMARY 0x400
483 #define SCTP_ADDR_PF 0x800
486 #define SCTP_BOUND_V6 0x01
487 #define SCTP_BOUND_V4 0x02
510 #define SCTP_TIMER_INIT 0
524 #define SCTP_TIMER_TYPE_NONE 0
622 #define SCTP_DEBUG_TIMER1 0x00000001
623 #define SCTP_DEBUG_TIMER2 0x00000002 /* unused */
624 #define SCTP_DEBUG_TIMER3 0x00000004 /* unused */
625 #define SCTP_DEBUG_TIMER4 0x00000008
626 #define SCTP_DEBUG_OUTPUT1 0x00000010
627 #define SCTP_DEBUG_OUTPUT2 0x00000020
628 #define SCTP_DEBUG_OUTPUT3 0x00000040
629 #define SCTP_DEBUG_OUTPUT4 0x00000080
630 #define SCTP_DEBUG_UTIL1 0x00000100
631 #define SCTP_DEBUG_UTIL2 0x00000200 /* unused */
632 #define SCTP_DEBUG_AUTH1 0x00000400
633 #define SCTP_DEBUG_AUTH2 0x00000800 /* unused */
634 #define SCTP_DEBUG_INPUT1 0x00001000
635 #define SCTP_DEBUG_INPUT2 0x00002000
636 #define SCTP_DEBUG_INPUT3 0x00004000
637 #define SCTP_DEBUG_INPUT4 0x00008000 /* unused */
638 #define SCTP_DEBUG_ASCONF1 0x00010000
639 #define SCTP_DEBUG_ASCONF2 0x00020000
640 #define SCTP_DEBUG_OUTPUT5 0x00040000 /* unused */
641 #define SCTP_DEBUG_XXX 0x00080000 /* unused */
642 #define SCTP_DEBUG_PCB1 0x00100000
643 #define SCTP_DEBUG_PCB2 0x00200000 /* unused */
644 #define SCTP_DEBUG_PCB3 0x00400000
645 #define SCTP_DEBUG_PCB4 0x00800000
646 #define SCTP_DEBUG_INDATA1 0x01000000
647 #define SCTP_DEBUG_INDATA2 0x02000000 /* unused */
648 #define SCTP_DEBUG_INDATA3 0x04000000 /* unused */
649 #define SCTP_DEBUG_CRCOFFLOAD 0x08000000 /* unused */
650 #define SCTP_DEBUG_USRREQ1 0x10000000 /* unused */
651 #define SCTP_DEBUG_USRREQ2 0x20000000 /* unused */
652 #define SCTP_DEBUG_PEEL1 0x40000000
653 #define SCTP_DEBUG_XXXXX 0x80000000 /* unused */
654 #define SCTP_DEBUG_ALL 0x7ff3ffff
655 #define SCTP_DEBUG_NOISY 0x00040000
657 /* What sender needs to see to avoid SWS or we consider peers rwnd 0 */
735 #define SCTP_FROM_SCTP_INPUT 0x10000000
736 #define SCTP_FROM_SCTP_PCB 0x20000000
737 #define SCTP_FROM_SCTP_INDATA 0x30000000
738 #define SCTP_FROM_SCTP_TIMER 0x40000000
739 #define SCTP_FROM_SCTP_USRREQ 0x50000000
740 #define SCTP_FROM_SCTPUTIL 0x60000000
741 #define SCTP_FROM_SCTP6_USRREQ 0x70000000
742 #define SCTP_FROM_SCTP_ASCONF 0x80000000
743 #define SCTP_FROM_SCTP_OUTPUT 0x90000000
744 #define SCTP_FROM_SCTP_PEELOFF 0xa0000000
745 #define SCTP_FROM_SCTP_SYSCTL 0xb0000000
746 #define SCTP_FROM_SCTP_CC_FUNCTIONS 0xc0000000
749 #define SCTP_LOC_1 0x00000001
750 #define SCTP_LOC_2 0x00000002
751 #define SCTP_LOC_3 0x00000003
752 #define SCTP_LOC_4 0x00000004
753 #define SCTP_LOC_5 0x00000005
754 #define SCTP_LOC_6 0x00000006
755 #define SCTP_LOC_7 0x00000007
756 #define SCTP_LOC_8 0x00000008
757 #define SCTP_LOC_9 0x00000009
758 #define SCTP_LOC_10 0x0000000a
759 #define SCTP_LOC_11 0x0000000b
760 #define SCTP_LOC_12 0x0000000c
761 #define SCTP_LOC_13 0x0000000d
762 #define SCTP_LOC_14 0x0000000e
763 #define SCTP_LOC_15 0x0000000f
764 #define SCTP_LOC_16 0x00000010
765 #define SCTP_LOC_17 0x00000011
766 #define SCTP_LOC_18 0x00000012
767 #define SCTP_LOC_19 0x00000013
768 #define SCTP_LOC_20 0x00000014
769 #define SCTP_LOC_21 0x00000015
770 #define SCTP_LOC_22 0x00000016
771 #define SCTP_LOC_23 0x00000017
772 #define SCTP_LOC_24 0x00000018
773 #define SCTP_LOC_25 0x00000019
774 #define SCTP_LOC_26 0x0000001a
775 #define SCTP_LOC_27 0x0000001b
776 #define SCTP_LOC_28 0x0000001c
777 #define SCTP_LOC_29 0x0000001d
778 #define SCTP_LOC_30 0x0000001e
779 #define SCTP_LOC_31 0x0000001f
780 #define SCTP_LOC_32 0x00000020
781 #define SCTP_LOC_33 0x00000021
782 #define SCTP_LOC_34 0x00000022
783 #define SCTP_LOC_35 0x00000023
784 #define SCTP_LOC_36 0x00000024
785 #define SCTP_LOC_37 0x00000025
788 #define SCTP_NORMAL_PROC 0
802 #define SCTP_DONOT_SETSCOPE 0
840 #define SCTP_CALLED_DIRECTLY_NOCMPSET 0
845 #define SCTP_FREE_SHOULD_USE_GRACEFUL_CLOSE 0
871 #define SCTP_IS_TSN_PRESENT(arry, gap) ((arry[(gap >> 3)] >> (gap & 0x07)) & 0x01)
872 #define SCTP_SET_TSN_PRESENT(arry, gap) (arry[(gap >> 3)] |= (0x01 << ((gap & 0x07))))
873 #define SCTP_UNSET_TSN_PRESENT(arry, gap) (arry[(gap >> 3)] &= ((~(0x01 << ((gap & 0x07)))) & 0xff))
880 } while (0)
913 #define SCTP_LAN_UNKNOWN 0
917 #define SCTP_SEND_BUFFER_SPLITTING 0x00000001
918 #define SCTP_RECV_BUFFER_SPLITTING 0x00000002
935 #define SCTP_SO_NOT_LOCKED 0
941 #define SCTP_ADDR_NOT_LOCKED 0
944 ((((uint8_t *)&(a)->s_addr)[0] == 10) || \
945 ((((uint8_t *)&(a)->s_addr)[0] == 172) && \
948 ((((uint8_t *)&(a)->s_addr)[0] == 192) && \
952 (((uint8_t *)&(a)->s_addr)[0] == 127)
955 ((((uint8_t *)&(a)->s_addr)[0] == 169) && \
974 } while (0)
984 } while (0)
993 } while (0)
1003 } while (0)