Lines Matching +full:high +full:- +full:dynamic +full:- +full:range
1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
139 #define IPPROTO_HOPOPTS 0 /* IP6 hop-by-hop options */
159 #define IPPROTO_TRUNK1 23 /* Trunk-1 */
160 #define IPPROTO_TRUNK2 24 /* Trunk-2 */
161 #define IPPROTO_LEAF1 25 /* Leaf-1 */
162 #define IPPROTO_LEAF2 26 /* Leaf-2 */
165 #define IPPROTO_TP 29 /* tp-4 w/ class negotiation */
220 #define IPPROTO_IGP 85 /* NSFNET-IGP */
239 #define IPPROTO_UDPLITE 136 /* UDP-Lite */
242 /* 101-254: Partly Unassigned */
246 #define IPPROTO_MPLS 137 /* MPLS-in-IP */
252 #define IPPROTO_OLD_DIVERT 254 /* OLD divert pseudo-proto */
258 /* Only used internally, so can be outside the range of valid IP protocols. */
259 #define IPPROTO_DIVERT 258 /* divert pseudo-protocol */
260 #define IPPROTO_SEND 259 /* SeND pseudo-protocol */
272 * a non-conflicting local port address is chosen.
273 * The default range is IPPORT_HIFIRSTAUTO through
277 * default assignment range.
281 * The value IP_PORTRANGE_HIGH changes the range of candidate port numbers
282 * into the "high" range. These are reserved for client outbound connections
285 * The value IP_PORTRANGE_LOW changes the range to the "low" are
290 * The default range of ports and the high range can be changed by
295 * range in order to allow transparent outgoing connections.
303 * ftp://ftp.isi.edu/in-notes/iana/assignments/port-numbers
307 * 0 - 1023 Well Known Ports
308 * 1024 - 49151 Registered Ports
309 * 49152 - 65535 Dynamic and/or Private Ports
320 * Default local port range, used by IP_PORTRANGE_DEFAULT
326 * Dynamic port range, used by IP_PORTRANGE_HIGH.
334 * 512, but that conflicts with some well-known-services that firewalls may
343 * (pre-CIDR). Class A/B/C are long obsolete, and now deprecated.
402 #define INADDR_NONE ((in_addr_t)0xffffffff) /* -1 return */
454 #define IP_RSVP_VIF_ON 17 /* set RSVP per-vif socket */
455 #define IP_RSVP_VIF_OFF 18 /* unset RSVP per-vif socket */
456 #define IP_PORTRANGE 19 /* int; range to choose for unspec port */
461 #define IP_ONESBCAST 23 /* bool: send all-ones broadcast */
505 #define IP_ADD_SOURCE_MEMBERSHIP 70 /* join a source-specific group */
515 /* -1 use interface default */
518 #define MCAST_JOIN_GROUP 80 /* join an any-source group */
520 #define MCAST_JOIN_SOURCE_GROUP 82 /* join a source-specific group */
528 #define IP_RSSBUCKETID 92 /* get RSS flowid -> bucket mapping */
580 * Argument structures for Protocol-Independent Multicast Source
616 * Advanced (Full-state) APIs [RFC3678]
630 * Filter modes; also used to represent per-socket filter mode internally.
638 * - which range to search when port is unspecified at bind() or connect()
640 #define IP_PORTRANGE_DEFAULT 0 /* default range */
641 #define IP_PORTRANGE_HIGH 1 /* "high" - request firewall bypass */
642 #define IP_PORTRANGE_LOW 2 /* "low" - vouchsafe security */
657 #define IPCTL_DIRECTEDBROADCAST 9 /* may re-broadcast received packets */