403Webshell
Server IP : 37.9.174.138  /  Your IP : 216.73.216.117
Web Server : Apache
System : Linux vps6.backend.sk 6.12.100+deb13-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.12.100-1 (2026-07-30) x86_64
User : ftpuser ( 1001)
PHP Version : 8.4.24
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/src/xtables-addons-3.27/extensions/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/src/xtables-addons-3.27/extensions/xt_ipv4options.h
#pragma once

/* IPv4 allows for a 5-bit option number - 32 options */

/**
 * %XT_V4OPTS_ALL:	all options in @map must be present (respecting @invert)
 * %XT_V4OPTS_ANY:	any of the option in @map
 */
enum xt_ipv4options_flags {
	XT_V4OPTS_ALL = 1 << 0,
	XT_V4OPTS_ANY = 1 << 1,
};

/**
 * @map:	bitmask of options that should appear
 * @invert:	inversion map
 * @flags:	see above
 */
struct xt_ipv4options_mtinfo1 {
	__u32 map, invert;
	__u8 flags;
};

Youez - 2016 - github.com/yon3zu
LinuXploit