View | Details | Raw Unified | Return to bug 261398
Collapse All | Expand All

(-)b/sys/netinet/in.h (-2 lines)
Lines 445-452 __END_DECLS Link Here
445
				     /* unused; was IP_FAITH */
445
				     /* unused; was IP_FAITH */
446
#define	IP_ONESBCAST		23   /* bool: send all-ones broadcast */
446
#define	IP_ONESBCAST		23   /* bool: send all-ones broadcast */
447
#define	IP_BINDANY		24   /* bool: allow bind to any address */
447
#define	IP_BINDANY		24   /* bool: allow bind to any address */
448
#define	IP_BINDMULTI		25   /* bool: allow multiple listeners on a tuple */
449
#define	IP_RSS_LISTEN_BUCKET	26   /* int; set RSS listen bucket */
450
#define	IP_ORIGDSTADDR		27   /* bool: receive IP dst addr/port w/dgram */
448
#define	IP_ORIGDSTADDR		27   /* bool: receive IP dst addr/port w/dgram */
451
#define	IP_RECVORIGDSTADDR      IP_ORIGDSTADDR
449
#define	IP_RECVORIGDSTADDR      IP_ORIGDSTADDR
452
450

Return to bug 261398