in6.h (983066f05bacda3e18aae456e56feb00f70c0b55) in6.h (868aabb4708dafdd92aba457edb449bb41eddac8)
1/*-
2 * SPDX-License-Identifier: BSD-3-Clause
3 *
4 * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

--- 497 unchanged lines hidden (view full) ---

506/*
507 * The following option is private; do not use it from user applications.
508 * It is deliberately defined to the same value as IP_MSFILTER.
509 */
510#define IPV6_MSFILTER 74 /* struct __msfilterreq;
511 * set/get multicast source filter list.
512 */
513
1/*-
2 * SPDX-License-Identifier: BSD-3-Clause
3 *
4 * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

--- 497 unchanged lines hidden (view full) ---

506/*
507 * The following option is private; do not use it from user applications.
508 * It is deliberately defined to the same value as IP_MSFILTER.
509 */
510#define IPV6_MSFILTER 74 /* struct __msfilterreq;
511 * set/get multicast source filter list.
512 */
513
514/* The following option deals with the 802.1Q Ethernet Priority Code Point */
515#define IPV6_VLAN_PCP 75 /* int; set/get PCP used for packet, */
516 /* -1 use interface default */
517
514/* to define items, should talk with KAME guys first, for *BSD compatibility */
515
516#define IPV6_RTHDR_LOOSE 0 /* this hop need not be a neighbor. XXX old spec */
517#define IPV6_RTHDR_STRICT 1 /* this hop must be a neighbor. XXX old spec */
518#define IPV6_RTHDR_TYPE_0 0 /* IPv6 routing header type 0 */
519
520/*
521 * Defaults and limits for options

--- 230 unchanged lines hidden ---
518/* to define items, should talk with KAME guys first, for *BSD compatibility */
519
520#define IPV6_RTHDR_LOOSE 0 /* this hop need not be a neighbor. XXX old spec */
521#define IPV6_RTHDR_STRICT 1 /* this hop must be a neighbor. XXX old spec */
522#define IPV6_RTHDR_TYPE_0 0 /* IPv6 routing header type 0 */
523
524/*
525 * Defaults and limits for options

--- 230 unchanged lines hidden ---