⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.236
Server IP:
104.21.112.1
Server:
Linux vmi2315822.contaboserver.net 5.15.0-134-generic #145-Ubuntu SMP Wed Feb 12 20:08:39 UTC 2025 x86_64
Server Software:
LiteSpeed
PHP Version:
8.3.21
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
include
/
linux
/
View File Name :
rpl_iptunnel.h
/* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */ /* * IPv6 RPL-SR implementation * * Author: * (C) 2020 Alexander Aring <alex.aring@gmail.com> */ #ifndef _LINUX_RPL_IPTUNNEL_H #define _LINUX_RPL_IPTUNNEL_H enum { RPL_IPTUNNEL_UNSPEC, RPL_IPTUNNEL_SRH, __RPL_IPTUNNEL_MAX, }; #define RPL_IPTUNNEL_MAX (__RPL_IPTUNNEL_MAX - 1) #define RPL_IPTUNNEL_SRH_SIZE(srh) (((srh)->hdrlen + 1) << 3) #endif