![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0-or-later */ 0002 /* 0003 * Linux INET6 implementation 0004 * 0005 * Authors: 0006 * Pedro Roque <roque@di.fc.ul.pt> 0007 */ 0008 #ifndef _LINUX_IPV6_ROUTE_H 0009 #define _LINUX_IPV6_ROUTE_H 0010 0011 #include <uapi/linux/ipv6_route.h> 0012 0013 #define IPV6_EXTRACT_PREF(flag) (((flag) & RTF_PREF_MASK) >> 27) 0014 #define IPV6_DECODE_PREF(pref) ((pref) ^ 2) /* 1:low,2:med,3:high */ 0015 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |