Kea 1.9.11
isc::dhcp::Dhcp6Parser Class Reference

A Bison parser. More...

#include <dhcp6_parser.h>

Classes

struct  basic_symbol
 A complete symbol. More...
 
struct  by_kind
 Type access provider for token (enum) based symbols. More...
 
class  context
 
class  semantic_type
 A buffer to store and retrieve objects. More...
 
struct  symbol_kind
 Symbol kinds. More...
 
struct  symbol_type
 "External" symbols: returned by the scanner. More...
 
struct  syntax_error
 Syntax errors thrown from user actions. More...
 
struct  token
 Token kinds. More...
 

Public Types

typedef by_kind by_type
 Backward compatibility for a private implementation detail (Bison 3.6). More...
 
typedef int debug_level_type
 Type for debugging levels. More...
 
typedef location location_type
 Symbol locations. More...
 
typedef symbol_kind::symbol_kind_type symbol_kind_type
 (Internal) symbol kind. More...
 
typedef token::yytokentype token_kind_type
 Token kind, as returned by yylex. More...
 
typedef token_kind_type token_type
 Backward compatibility alias (Bison 3.6). More...
 

Public Member Functions

 Dhcp6Parser (isc::dhcp::Parser6Context &ctx_yyarg)
 Build a parser object. More...
 
virtual ~Dhcp6Parser ()
 
debug_level_type debug_level () const YY_ATTRIBUTE_PURE
 The current debugging level. More...
 
std::ostream & debug_stream () const YY_ATTRIBUTE_PURE
 The current debugging stream. More...
 
virtual void error (const location_type &loc, const std::string &msg)
 Report a syntax error. More...
 
void error (const syntax_error &err)
 Report a syntax error. More...
 
int operator() ()
 Parse. More...
 
virtual int parse ()
 Parse. More...
 
void set_debug_level (debug_level_type l)
 Set the current debugging level. More...
 
void set_debug_stream (std::ostream &)
 Set the current debugging stream. More...
 

Static Public Member Functions

static symbol_type make_ALL (const location_type &l)
 
static symbol_type make_ALWAYS (const location_type &l)
 
static symbol_type make_ALWAYS_SEND (const location_type &l)
 
static symbol_type make_ARRAY (const location_type &l)
 
static symbol_type make_BOOLEAN (const bool &v, const location_type &l)
 
static symbol_type make_CACHE_MAX_AGE (const location_type &l)
 
static symbol_type make_CACHE_THRESHOLD (const location_type &l)
 
static symbol_type make_CALCULATE_TEE_TIMES (const location_type &l)
 
static symbol_type make_CAPACITY (const location_type &l)
 
static symbol_type make_CLIENT_CLASS (const location_type &l)
 
static symbol_type make_CLIENT_CLASSES (const location_type &l)
 
static symbol_type make_CODE (const location_type &l)
 
static symbol_type make_COLON (const location_type &l)
 
static symbol_type make_COMMA (const location_type &l)
 
static symbol_type make_COMMENT (const location_type &l)
 
static symbol_type make_COMPATIBILITY (const location_type &l)
 
static symbol_type make_CONFIG_CONTROL (const location_type &l)
 
static symbol_type make_CONFIG_DATABASES (const location_type &l)
 
static symbol_type make_CONFIG_FETCH_WAIT_TIME (const location_type &l)
 
static symbol_type make_CONNECT_TIMEOUT (const location_type &l)
 
static symbol_type make_CONSISTENCY (const location_type &l)
 
static symbol_type make_CONTACT_POINTS (const location_type &l)
 
static symbol_type make_CONTROL_SOCKET (const location_type &l)
 
static symbol_type make_CQL (const location_type &l)
 
static symbol_type make_CSV_FORMAT (const location_type &l)
 
static symbol_type make_DATA (const location_type &l)
 
static symbol_type make_DATA_DIRECTORY (const location_type &l)
 
static symbol_type make_DDNS_GENERATED_PREFIX (const location_type &l)
 
static symbol_type make_DDNS_OVERRIDE_CLIENT_UPDATE (const location_type &l)
 
static symbol_type make_DDNS_OVERRIDE_NO_UPDATE (const location_type &l)
 
static symbol_type make_DDNS_QUALIFYING_SUFFIX (const location_type &l)
 
static symbol_type make_DDNS_REPLACE_CLIENT_NAME (const location_type &l)
 
static symbol_type make_DDNS_SEND_UPDATES (const location_type &l)
 
static symbol_type make_DDNS_UPDATE_ON_RENEW (const location_type &l)
 
static symbol_type make_DDNS_USE_CONFLICT_RESOLUTION (const location_type &l)
 
static symbol_type make_DEBUGLEVEL (const location_type &l)
 
static symbol_type make_DECLINE_PROBATION_PERIOD (const location_type &l)
 
static symbol_type make_DELEGATED_LEN (const location_type &l)
 
static symbol_type make_DHCP4O6_PORT (const location_type &l)
 
static symbol_type make_DHCP6 (const location_type &l)
 
static symbol_type make_DHCP_DDNS (const location_type &l)
 
static symbol_type make_DHCP_MULTI_THREADING (const location_type &l)
 
static symbol_type make_DHCP_QUEUE_CONTROL (const location_type &l)
 
static symbol_type make_DISABLED (const location_type &l)
 
static symbol_type make_DUID (const location_type &l)
 
static symbol_type make_EN (const location_type &l)
 
static symbol_type make_ENABLE_MULTI_THREADING (const location_type &l)
 
static symbol_type make_ENABLE_QUEUE (const location_type &l)
 
static symbol_type make_ENABLE_UPDATES (const location_type &l)
 
static symbol_type make_ENCAPSULATE (const location_type &l)
 
static symbol_type make_END (const location_type &l)
 
static symbol_type make_ENTERPRISE_ID (const location_type &l)
 
static symbol_type make_EXCLUDED_PREFIX (const location_type &l)
 
static symbol_type make_EXCLUDED_PREFIX_LEN (const location_type &l)
 
static symbol_type make_EXPIRED_LEASES_PROCESSING (const location_type &l)
 
static symbol_type make_FLEX_ID (const location_type &l)
 
static symbol_type make_FLOAT (const double &v, const location_type &l)
 
static symbol_type make_FLUSH (const location_type &l)
 
static symbol_type make_FLUSH_RECLAIMED_TIMER_WAIT_TIME (const location_type &l)
 
static symbol_type make_GENERATED_PREFIX (const location_type &l)
 
static symbol_type make_GLOBAL (const location_type &l)
 
static symbol_type make_HOLD_RECLAIMED_TIME (const location_type &l)
 
static symbol_type make_HOOKS_LIBRARIES (const location_type &l)
 
static symbol_type make_HOST (const location_type &l)
 
static symbol_type make_HOST_RESERVATION_IDENTIFIERS (const location_type &l)
 
static symbol_type make_HOSTNAME (const location_type &l)
 
static symbol_type make_HOSTNAME_CHAR_REPLACEMENT (const location_type &l)
 
static symbol_type make_HOSTNAME_CHAR_SET (const location_type &l)
 
static symbol_type make_HOSTS_DATABASE (const location_type &l)
 
static symbol_type make_HOSTS_DATABASES (const location_type &l)
 
static symbol_type make_HTYPE (const location_type &l)
 
static symbol_type make_HW_ADDRESS (const location_type &l)
 
static symbol_type make_ID (const location_type &l)
 
static symbol_type make_IDENTIFIER (const location_type &l)
 
static symbol_type make_INTEGER (const int64_t &v, const location_type &l)
 
static symbol_type make_INTERFACE (const location_type &l)
 
static symbol_type make_INTERFACE_ID (const location_type &l)
 
static symbol_type make_INTERFACES (const location_type &l)
 
static symbol_type make_INTERFACES_CONFIG (const location_type &l)
 
static symbol_type make_IP_ADDRESS (const location_type &l)
 
static symbol_type make_IP_ADDRESSES (const location_type &l)
 
static symbol_type make_IP_RESERVATIONS_UNIQUE (const location_type &l)
 
static symbol_type make_JSON (const location_type &l)
 
static symbol_type make_KEYSPACE (const location_type &l)
 
static symbol_type make_LCURLY_BRACKET (const location_type &l)
 
static symbol_type make_LEASE_CHECKS (const location_type &l)
 
static symbol_type make_LEASE_DATABASE (const location_type &l)
 
static symbol_type make_LENIENT_OPTION_PARSING (const location_type &l)
 
static symbol_type make_LFC_INTERVAL (const location_type &l)
 
static symbol_type make_LIBRARY (const location_type &l)
 
static symbol_type make_LL (const location_type &l)
 
static symbol_type make_LLT (const location_type &l)
 
static symbol_type make_LOGGERS (const location_type &l)
 
static symbol_type make_LSQUARE_BRACKET (const location_type &l)
 
static symbol_type make_MAC_SOURCES (const location_type &l)
 
static symbol_type make_MAX_PREFERRED_LIFETIME (const location_type &l)
 
static symbol_type make_MAX_QUEUE_SIZE (const location_type &l)
 
static symbol_type make_MAX_RECLAIM_LEASES (const location_type &l)
 
static symbol_type make_MAX_RECLAIM_TIME (const location_type &l)
 
static symbol_type make_MAX_RECONNECT_TRIES (const location_type &l)
 
static symbol_type make_MAX_ROW_ERRORS (const location_type &l)
 
static symbol_type make_MAX_VALID_LIFETIME (const location_type &l)
 
static symbol_type make_MAXSIZE (const location_type &l)
 
static symbol_type make_MAXVER (const location_type &l)
 
static symbol_type make_MEMFILE (const location_type &l)
 
static symbol_type make_MIN_PREFERRED_LIFETIME (const location_type &l)
 
static symbol_type make_MIN_VALID_LIFETIME (const location_type &l)
 
static symbol_type make_MYSQL (const location_type &l)
 
static symbol_type make_NAME (const location_type &l)
 
static symbol_type make_NCR_FORMAT (const location_type &l)
 
static symbol_type make_NCR_PROTOCOL (const location_type &l)
 
static symbol_type make_NEVER (const location_type &l)
 
static symbol_type make_NULL_TYPE (const location_type &l)
 
static symbol_type make_ON_FAIL (const location_type &l)
 
static symbol_type make_ONLY_IF_REQUIRED (const location_type &l)
 
static symbol_type make_OPTION_DATA (const location_type &l)
 
static symbol_type make_OPTION_DEF (const location_type &l)
 
static symbol_type make_OUT_OF_POOL (const location_type &l)
 
static symbol_type make_OUTPUT (const location_type &l)
 
static symbol_type make_OUTPUT_OPTIONS (const location_type &l)
 
static symbol_type make_OVERRIDE_CLIENT_UPDATE (const location_type &l)
 
static symbol_type make_OVERRIDE_NO_UPDATE (const location_type &l)
 
static symbol_type make_PACKET_QUEUE_SIZE (const location_type &l)
 
static symbol_type make_PARAMETERS (const location_type &l)
 
static symbol_type make_PARSER6_error (const location_type &l)
 
static symbol_type make_PARSER6_UNDEF (const location_type &l)
 
static symbol_type make_PASSWORD (const location_type &l)
 
static symbol_type make_PATTERN (const location_type &l)
 
static symbol_type make_PD_POOLS (const location_type &l)
 
static symbol_type make_PERSIST (const location_type &l)
 
static symbol_type make_POOL (const location_type &l)
 
static symbol_type make_POOLS (const location_type &l)
 
static symbol_type make_PORT (const location_type &l)
 
static symbol_type make_POSTGRESQL (const location_type &l)
 
static symbol_type make_PREFERRED_LIFETIME (const location_type &l)
 
static symbol_type make_PREFIX (const location_type &l)
 
static symbol_type make_PREFIX_LEN (const location_type &l)
 
static symbol_type make_PREFIXES (const location_type &l)
 
static symbol_type make_QUALIFYING_SUFFIX (const location_type &l)
 
static symbol_type make_QUEUE_TYPE (const location_type &l)
 
static symbol_type make_RAPID_COMMIT (const location_type &l)
 
static symbol_type make_RCURLY_BRACKET (const location_type &l)
 
static symbol_type make_RE_DETECT (const location_type &l)
 
static symbol_type make_READONLY (const location_type &l)
 
static symbol_type make_REBIND_TIMER (const location_type &l)
 
static symbol_type make_RECLAIM_TIMER_WAIT_TIME (const location_type &l)
 
static symbol_type make_RECONNECT_WAIT_TIME (const location_type &l)
 
static symbol_type make_RECORD_TYPES (const location_type &l)
 
static symbol_type make_RELAY (const location_type &l)
 
static symbol_type make_RELAY_SUPPLIED_OPTIONS (const location_type &l)
 
static symbol_type make_RENEW_TIMER (const location_type &l)
 
static symbol_type make_REPLACE_CLIENT_NAME (const location_type &l)
 
static symbol_type make_REQUEST_TIMEOUT (const location_type &l)
 
static symbol_type make_REQUIRE_CLIENT_CLASSES (const location_type &l)
 
static symbol_type make_RESERVATION_MODE (const location_type &l)
 
static symbol_type make_RESERVATIONS (const location_type &l)
 
static symbol_type make_RESERVATIONS_GLOBAL (const location_type &l)
 
static symbol_type make_RESERVATIONS_IN_SUBNET (const location_type &l)
 
static symbol_type make_RESERVATIONS_OUT_OF_POOL (const location_type &l)
 
static symbol_type make_RSQUARE_BRACKET (const location_type &l)
 
static symbol_type make_SANITY_CHECKS (const location_type &l)
 
static symbol_type make_SENDER_IP (const location_type &l)
 
static symbol_type make_SENDER_PORT (const location_type &l)
 
static symbol_type make_SERIAL_CONSISTENCY (const location_type &l)
 
static symbol_type make_SERVE_RETRY_CONTINUE (const location_type &l)
 
static symbol_type make_SERVE_RETRY_EXIT (const location_type &l)
 
static symbol_type make_SERVER_ID (const location_type &l)
 
static symbol_type make_SERVER_IP (const location_type &l)
 
static symbol_type make_SERVER_PORT (const location_type &l)
 
static symbol_type make_SERVER_TAG (const location_type &l)
 
static symbol_type make_SEVERITY (const location_type &l)
 
static symbol_type make_SHARED_NETWORKS (const location_type &l)
 
static symbol_type make_SOCKET_NAME (const location_type &l)
 
static symbol_type make_SOCKET_TYPE (const location_type &l)
 
static symbol_type make_SPACE (const location_type &l)
 
static symbol_type make_STATISTIC_DEFAULT_SAMPLE_AGE (const location_type &l)
 
static symbol_type make_STATISTIC_DEFAULT_SAMPLE_COUNT (const location_type &l)
 
static symbol_type make_STOP_RETRY_EXIT (const location_type &l)
 
static symbol_type make_STORE_EXTENDED_INFO (const location_type &l)
 
static symbol_type make_STRING (const std::string &v, const location_type &l)
 
static symbol_type make_SUB_CONFIG_CONTROL (const location_type &l)
 
static symbol_type make_SUB_DHCP6 (const location_type &l)
 
static symbol_type make_SUB_DHCP_DDNS (const location_type &l)
 
static symbol_type make_SUB_HOOKS_LIBRARY (const location_type &l)
 
static symbol_type make_SUB_INTERFACES6 (const location_type &l)
 
static symbol_type make_SUB_OPTION_DATA (const location_type &l)
 
static symbol_type make_SUB_OPTION_DEF (const location_type &l)
 
static symbol_type make_SUB_OPTION_DEFS (const location_type &l)
 
static symbol_type make_SUB_PD_POOL (const location_type &l)
 
static symbol_type make_SUB_POOL6 (const location_type &l)
 
static symbol_type make_SUB_RESERVATION (const location_type &l)
 
static symbol_type make_SUB_SUBNET6 (const location_type &l)
 
static symbol_type make_SUBNET (const location_type &l)
 
static symbol_type make_SUBNET6 (const location_type &l)
 
static symbol_type make_T1_PERCENT (const location_type &l)
 
static symbol_type make_T2_PERCENT (const location_type &l)
 
static symbol_type make_TCP (const location_type &l)
 
static symbol_type make_TCP_KEEPALIVE (const location_type &l)
 
static symbol_type make_TCP_NODELAY (const location_type &l)
 
static symbol_type make_TEST (const location_type &l)
 
static symbol_type make_THREAD_POOL_SIZE (const location_type &l)
 
static symbol_type make_TIME (const location_type &l)
 
static symbol_type make_TOPLEVEL_DHCP6 (const location_type &l)
 
static symbol_type make_TOPLEVEL_JSON (const location_type &l)
 
static symbol_type make_TYPE (const location_type &l)
 
static symbol_type make_UDP (const location_type &l)
 
static symbol_type make_UNWARNED_RECLAIM_CYCLES (const location_type &l)
 
static symbol_type make_USER (const location_type &l)
 
static symbol_type make_USER_CONTEXT (const location_type &l)
 
static symbol_type make_VALID_LIFETIME (const location_type &l)
 
static symbol_type make_WHEN_NOT_PRESENT (const location_type &l)
 
static symbol_type make_WHEN_PRESENT (const location_type &l)
 
static std::string symbol_name (symbol_kind_type yysymbol)
 The user-facing name of the symbol whose (internal) number is YYSYMBOL. More...
 

Static Public Attributes

static const symbol_kind_type YYNTOKENS = symbol_kind::YYNTOKENS
 The number of tokens. More...
 

Detailed Description

A Bison parser.

Definition at line 209 of file dhcp6_parser.h.

Member Typedef Documentation

◆ by_type

Backward compatibility for a private implementation detail (Bison 3.6).

Definition at line 1645 of file dhcp6_parser.h.

◆ debug_level_type

Type for debugging levels.

Definition at line 1736 of file dhcp6_parser.h.

◆ location_type

Symbol locations.

Definition at line 460 of file dhcp6_parser.h.

◆ symbol_kind_type

(Internal) symbol kind.

Definition at line 1370 of file dhcp6_parser.h.

◆ token_kind_type

Token kind, as returned by yylex.

Definition at line 704 of file dhcp6_parser.h.

◆ token_type

Backward compatibility alias (Bison 3.6).

Definition at line 707 of file dhcp6_parser.h.

Constructor & Destructor Documentation

◆ Dhcp6Parser()

isc::dhcp::Dhcp6Parser::Dhcp6Parser ( isc::dhcp::Parser6Context ctx_yyarg)

Build a parser object.

Definition at line 147 of file dhcp6_parser.cc.

◆ ~Dhcp6Parser()

isc::dhcp::Dhcp6Parser::~Dhcp6Parser ( )
virtual

Definition at line 157 of file dhcp6_parser.cc.

Member Function Documentation

◆ debug_level()

Dhcp6Parser::debug_level_type isc::dhcp::Dhcp6Parser::debug_level ( ) const

The current debugging level.

Definition at line 520 of file dhcp6_parser.cc.

◆ debug_stream()

std::ostream & isc::dhcp::Dhcp6Parser::debug_stream ( ) const

The current debugging stream.

Definition at line 507 of file dhcp6_parser.cc.

◆ error() [1/2]

void isc::dhcp::Dhcp6Parser::error ( const location_type loc,
const std::string &  msg 
)
virtual

Report a syntax error.

Parameters
locwhere the syntax error is found.
msga description of the syntax error.

Definition at line 5975 of file dhcp6_parser.cc.

Referenced by error(), and parse().

◆ error() [2/2]

void isc::dhcp::Dhcp6Parser::error ( const syntax_error err)

Report a syntax error.

Definition at line 4529 of file dhcp6_parser.cc.

References error(), and isc::dhcp::Dhcp6Parser::syntax_error::location.

+ Here is the call graph for this function:

◆ make_ALL()

static symbol_type isc::dhcp::Dhcp6Parser::make_ALL ( const location_type l)
inlinestatic

Definition at line 3356 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_ALL.

◆ make_ALWAYS()

static symbol_type isc::dhcp::Dhcp6Parser::make_ALWAYS ( const location_type l)
inlinestatic

Definition at line 4436 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_ALWAYS.

◆ make_ALWAYS_SEND()

static symbol_type isc::dhcp::Dhcp6Parser::make_ALWAYS_SEND ( const location_type l)
inlinestatic

Definition at line 2996 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_ALWAYS_SEND.

◆ make_ARRAY()

static symbol_type isc::dhcp::Dhcp6Parser::make_ARRAY ( const location_type l)
inlinestatic

Definition at line 3041 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_ARRAY.

◆ make_BOOLEAN()

static symbol_type isc::dhcp::Dhcp6Parser::make_BOOLEAN ( const bool &  v,
const location_type l 
)
inlinestatic

Definition at line 4931 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_BOOLEAN.

◆ make_CACHE_MAX_AGE()

static symbol_type isc::dhcp::Dhcp6Parser::make_CACHE_MAX_AGE ( const location_type l)
inlinestatic

◆ make_CACHE_THRESHOLD()

static symbol_type isc::dhcp::Dhcp6Parser::make_CACHE_THRESHOLD ( const location_type l)
inlinestatic

◆ make_CALCULATE_TEE_TIMES()

static symbol_type isc::dhcp::Dhcp6Parser::make_CALCULATE_TEE_TIMES ( const location_type l)
inlinestatic

◆ make_CAPACITY()

static symbol_type isc::dhcp::Dhcp6Parser::make_CAPACITY ( const location_type l)
inlinestatic

Definition at line 4136 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_CAPACITY.

◆ make_CLIENT_CLASS()

static symbol_type isc::dhcp::Dhcp6Parser::make_CLIENT_CLASS ( const location_type l)
inlinestatic

◆ make_CLIENT_CLASSES()

static symbol_type isc::dhcp::Dhcp6Parser::make_CLIENT_CLASSES ( const location_type l)
inlinestatic

◆ make_CODE()

static symbol_type isc::dhcp::Dhcp6Parser::make_CODE ( const location_type l)
inlinestatic

Definition at line 2951 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_CODE.

◆ make_COLON()

static symbol_type isc::dhcp::Dhcp6Parser::make_COLON ( const location_type l)
inlinestatic

Definition at line 1826 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_COLON.

◆ make_COMMA()

static symbol_type isc::dhcp::Dhcp6Parser::make_COMMA ( const location_type l)
inlinestatic

Definition at line 1811 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_COMMA.

◆ make_COMMENT()

static symbol_type isc::dhcp::Dhcp6Parser::make_COMMENT ( const location_type l)
inlinestatic

Definition at line 3206 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_COMMENT.

◆ make_COMPATIBILITY()

static symbol_type isc::dhcp::Dhcp6Parser::make_COMPATIBILITY ( const location_type l)
inlinestatic

◆ make_CONFIG_CONTROL()

static symbol_type isc::dhcp::Dhcp6Parser::make_CONFIG_CONTROL ( const location_type l)
inlinestatic

◆ make_CONFIG_DATABASES()

static symbol_type isc::dhcp::Dhcp6Parser::make_CONFIG_DATABASES ( const location_type l)
inlinestatic

◆ make_CONFIG_FETCH_WAIT_TIME()

static symbol_type isc::dhcp::Dhcp6Parser::make_CONFIG_FETCH_WAIT_TIME ( const location_type l)
inlinestatic

◆ make_CONNECT_TIMEOUT()

static symbol_type isc::dhcp::Dhcp6Parser::make_CONNECT_TIMEOUT ( const location_type l)
inlinestatic

◆ make_CONSISTENCY()

static symbol_type isc::dhcp::Dhcp6Parser::make_CONSISTENCY ( const location_type l)
inlinestatic

Definition at line 2396 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_CONSISTENCY.

◆ make_CONTACT_POINTS()

static symbol_type isc::dhcp::Dhcp6Parser::make_CONTACT_POINTS ( const location_type l)
inlinestatic

◆ make_CONTROL_SOCKET()

static symbol_type isc::dhcp::Dhcp6Parser::make_CONTROL_SOCKET ( const location_type l)
inlinestatic

◆ make_CQL()

static symbol_type isc::dhcp::Dhcp6Parser::make_CQL ( const location_type l)
inlinestatic

Definition at line 2141 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_CQL.

◆ make_CSV_FORMAT()

static symbol_type isc::dhcp::Dhcp6Parser::make_CSV_FORMAT ( const location_type l)
inlinestatic

Definition at line 2981 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_CSV_FORMAT.

◆ make_DATA()

static symbol_type isc::dhcp::Dhcp6Parser::make_DATA ( const location_type l)
inlinestatic

Definition at line 2936 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_DATA.

◆ make_DATA_DIRECTORY()

static symbol_type isc::dhcp::Dhcp6Parser::make_DATA_DIRECTORY ( const location_type l)
inlinestatic

◆ make_DDNS_GENERATED_PREFIX()

static symbol_type isc::dhcp::Dhcp6Parser::make_DDNS_GENERATED_PREFIX ( const location_type l)
inlinestatic

◆ make_DDNS_OVERRIDE_CLIENT_UPDATE()

static symbol_type isc::dhcp::Dhcp6Parser::make_DDNS_OVERRIDE_CLIENT_UPDATE ( const location_type l)
inlinestatic

◆ make_DDNS_OVERRIDE_NO_UPDATE()

static symbol_type isc::dhcp::Dhcp6Parser::make_DDNS_OVERRIDE_NO_UPDATE ( const location_type l)
inlinestatic

◆ make_DDNS_QUALIFYING_SUFFIX()

static symbol_type isc::dhcp::Dhcp6Parser::make_DDNS_QUALIFYING_SUFFIX ( const location_type l)
inlinestatic

◆ make_DDNS_REPLACE_CLIENT_NAME()

static symbol_type isc::dhcp::Dhcp6Parser::make_DDNS_REPLACE_CLIENT_NAME ( const location_type l)
inlinestatic

◆ make_DDNS_SEND_UPDATES()

static symbol_type isc::dhcp::Dhcp6Parser::make_DDNS_SEND_UPDATES ( const location_type l)
inlinestatic

◆ make_DDNS_UPDATE_ON_RENEW()

static symbol_type isc::dhcp::Dhcp6Parser::make_DDNS_UPDATE_ON_RENEW ( const location_type l)
inlinestatic

◆ make_DDNS_USE_CONFLICT_RESOLUTION()

static symbol_type isc::dhcp::Dhcp6Parser::make_DDNS_USE_CONFLICT_RESOLUTION ( const location_type l)
inlinestatic

◆ make_DEBUGLEVEL()

static symbol_type isc::dhcp::Dhcp6Parser::make_DEBUGLEVEL ( const location_type l)
inlinestatic

Definition at line 4556 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_DEBUGLEVEL.

◆ make_DECLINE_PROBATION_PERIOD()

static symbol_type isc::dhcp::Dhcp6Parser::make_DECLINE_PROBATION_PERIOD ( const location_type l)
inlinestatic

◆ make_DELEGATED_LEN()

static symbol_type isc::dhcp::Dhcp6Parser::make_DELEGATED_LEN ( const location_type l)
inlinestatic

◆ make_DHCP4O6_PORT()

static symbol_type isc::dhcp::Dhcp6Parser::make_DHCP4O6_PORT ( const location_type l)
inlinestatic

◆ make_DHCP6()

static symbol_type isc::dhcp::Dhcp6Parser::make_DHCP6 ( const location_type l)
inlinestatic

Definition at line 1916 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_DHCP6.

◆ make_DHCP_DDNS()

static symbol_type isc::dhcp::Dhcp6Parser::make_DHCP_DDNS ( const location_type l)
inlinestatic

Definition at line 4151 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_DHCP_DDNS.

◆ make_DHCP_MULTI_THREADING()

static symbol_type isc::dhcp::Dhcp6Parser::make_DHCP_MULTI_THREADING ( const location_type l)
inlinestatic

◆ make_DHCP_QUEUE_CONTROL()

static symbol_type isc::dhcp::Dhcp6Parser::make_DHCP_QUEUE_CONTROL ( const location_type l)
inlinestatic

◆ make_DISABLED()

static symbol_type isc::dhcp::Dhcp6Parser::make_DISABLED ( const location_type l)
inlinestatic

Definition at line 3311 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_DISABLED.

◆ make_DUID()

static symbol_type isc::dhcp::Dhcp6Parser::make_DUID ( const location_type l)
inlinestatic

Definition at line 3611 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_DUID.

◆ make_EN()

static symbol_type isc::dhcp::Dhcp6Parser::make_EN ( const location_type l)
inlinestatic

Definition at line 3881 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_EN.

◆ make_ENABLE_MULTI_THREADING()

static symbol_type isc::dhcp::Dhcp6Parser::make_ENABLE_MULTI_THREADING ( const location_type l)
inlinestatic

◆ make_ENABLE_QUEUE()

static symbol_type isc::dhcp::Dhcp6Parser::make_ENABLE_QUEUE ( const location_type l)
inlinestatic

◆ make_ENABLE_UPDATES()

static symbol_type isc::dhcp::Dhcp6Parser::make_ENABLE_UPDATES ( const location_type l)
inlinestatic

◆ make_ENCAPSULATE()

static symbol_type isc::dhcp::Dhcp6Parser::make_ENCAPSULATE ( const location_type l)
inlinestatic

Definition at line 3026 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_ENCAPSULATE.

◆ make_END()

static symbol_type isc::dhcp::Dhcp6Parser::make_END ( const location_type l)
inlinestatic

Definition at line 1766 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_END.

◆ make_ENTERPRISE_ID()

static symbol_type isc::dhcp::Dhcp6Parser::make_ENTERPRISE_ID ( const location_type l)
inlinestatic

◆ make_EXCLUDED_PREFIX()

static symbol_type isc::dhcp::Dhcp6Parser::make_EXCLUDED_PREFIX ( const location_type l)
inlinestatic

◆ make_EXCLUDED_PREFIX_LEN()

static symbol_type isc::dhcp::Dhcp6Parser::make_EXCLUDED_PREFIX_LEN ( const location_type l)
inlinestatic

◆ make_EXPIRED_LEASES_PROCESSING()

static symbol_type isc::dhcp::Dhcp6Parser::make_EXPIRED_LEASES_PROCESSING ( const location_type l)
inlinestatic

◆ make_FLEX_ID()

static symbol_type isc::dhcp::Dhcp6Parser::make_FLEX_ID ( const location_type l)
inlinestatic

Definition at line 3656 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_FLEX_ID.

◆ make_FLOAT()

static symbol_type isc::dhcp::Dhcp6Parser::make_FLOAT ( const double &  v,
const location_type l 
)
inlinestatic

Definition at line 4916 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_FLOAT.

◆ make_FLUSH()

static symbol_type isc::dhcp::Dhcp6Parser::make_FLUSH ( const location_type l)
inlinestatic

Definition at line 4586 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_FLUSH.

◆ make_FLUSH_RECLAIMED_TIMER_WAIT_TIME()

static symbol_type isc::dhcp::Dhcp6Parser::make_FLUSH_RECLAIMED_TIMER_WAIT_TIME ( const location_type l)
inlinestatic

◆ make_GENERATED_PREFIX()

static symbol_type isc::dhcp::Dhcp6Parser::make_GENERATED_PREFIX ( const location_type l)
inlinestatic

◆ make_GLOBAL()

static symbol_type isc::dhcp::Dhcp6Parser::make_GLOBAL ( const location_type l)
inlinestatic

Definition at line 3341 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_GLOBAL.

◆ make_HOLD_RECLAIMED_TIME()

static symbol_type isc::dhcp::Dhcp6Parser::make_HOLD_RECLAIMED_TIME ( const location_type l)
inlinestatic

◆ make_HOOKS_LIBRARIES()

static symbol_type isc::dhcp::Dhcp6Parser::make_HOOKS_LIBRARIES ( const location_type l)
inlinestatic

◆ make_HOST()

static symbol_type isc::dhcp::Dhcp6Parser::make_HOST ( const location_type l)
inlinestatic

Definition at line 2186 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_HOST.

◆ make_HOST_RESERVATION_IDENTIFIERS()

static symbol_type isc::dhcp::Dhcp6Parser::make_HOST_RESERVATION_IDENTIFIERS ( const location_type l)
inlinestatic

◆ make_HOSTNAME()

static symbol_type isc::dhcp::Dhcp6Parser::make_HOSTNAME ( const location_type l)
inlinestatic

Definition at line 3641 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_HOSTNAME.

◆ make_HOSTNAME_CHAR_REPLACEMENT()

static symbol_type isc::dhcp::Dhcp6Parser::make_HOSTNAME_CHAR_REPLACEMENT ( const location_type l)
inlinestatic

◆ make_HOSTNAME_CHAR_SET()

static symbol_type isc::dhcp::Dhcp6Parser::make_HOSTNAME_CHAR_SET ( const location_type l)
inlinestatic

◆ make_HOSTS_DATABASE()

static symbol_type isc::dhcp::Dhcp6Parser::make_HOSTS_DATABASE ( const location_type l)
inlinestatic

◆ make_HOSTS_DATABASES()

static symbol_type isc::dhcp::Dhcp6Parser::make_HOSTS_DATABASES ( const location_type l)
inlinestatic

◆ make_HTYPE()

static symbol_type isc::dhcp::Dhcp6Parser::make_HTYPE ( const location_type l)
inlinestatic

Definition at line 3926 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_HTYPE.

◆ make_HW_ADDRESS()

static symbol_type isc::dhcp::Dhcp6Parser::make_HW_ADDRESS ( const location_type l)
inlinestatic

Definition at line 3626 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_HW_ADDRESS.

◆ make_ID()

static symbol_type isc::dhcp::Dhcp6Parser::make_ID ( const location_type l)
inlinestatic

Definition at line 3266 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_ID.

◆ make_IDENTIFIER()

static symbol_type isc::dhcp::Dhcp6Parser::make_IDENTIFIER ( const location_type l)
inlinestatic

Definition at line 3911 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_IDENTIFIER.

◆ make_INTEGER()

static symbol_type isc::dhcp::Dhcp6Parser::make_INTEGER ( const int64_t &  v,
const location_type l 
)
inlinestatic

Definition at line 4901 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_INTEGER.

◆ make_INTERFACE()

static symbol_type isc::dhcp::Dhcp6Parser::make_INTERFACE ( const location_type l)
inlinestatic

Definition at line 3236 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_INTERFACE.

◆ make_INTERFACE_ID()

static symbol_type isc::dhcp::Dhcp6Parser::make_INTERFACE_ID ( const location_type l)
inlinestatic

◆ make_INTERFACES()

static symbol_type isc::dhcp::Dhcp6Parser::make_INTERFACES ( const location_type l)
inlinestatic

Definition at line 2006 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_INTERFACES.

◆ make_INTERFACES_CONFIG()

static symbol_type isc::dhcp::Dhcp6Parser::make_INTERFACES_CONFIG ( const location_type l)
inlinestatic

◆ make_IP_ADDRESS()

static symbol_type isc::dhcp::Dhcp6Parser::make_IP_ADDRESS ( const location_type l)
inlinestatic

Definition at line 3686 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_IP_ADDRESS.

◆ make_IP_ADDRESSES()

static symbol_type isc::dhcp::Dhcp6Parser::make_IP_ADDRESSES ( const location_type l)
inlinestatic

◆ make_IP_RESERVATIONS_UNIQUE()

static symbol_type isc::dhcp::Dhcp6Parser::make_IP_RESERVATIONS_UNIQUE ( const location_type l)
inlinestatic

◆ make_JSON()

static symbol_type isc::dhcp::Dhcp6Parser::make_JSON ( const location_type l)
inlinestatic

Definition at line 4391 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_JSON.

◆ make_KEYSPACE()

static symbol_type isc::dhcp::Dhcp6Parser::make_KEYSPACE ( const location_type l)
inlinestatic

Definition at line 2381 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_KEYSPACE.

◆ make_LCURLY_BRACKET()

static symbol_type isc::dhcp::Dhcp6Parser::make_LCURLY_BRACKET ( const location_type l)
inlinestatic

◆ make_LEASE_CHECKS()

static symbol_type isc::dhcp::Dhcp6Parser::make_LEASE_CHECKS ( const location_type l)
inlinestatic

◆ make_LEASE_DATABASE()

static symbol_type isc::dhcp::Dhcp6Parser::make_LEASE_DATABASE ( const location_type l)
inlinestatic

◆ make_LENIENT_OPTION_PARSING()

static symbol_type isc::dhcp::Dhcp6Parser::make_LENIENT_OPTION_PARSING ( const location_type l)
inlinestatic

◆ make_LFC_INTERVAL()

static symbol_type isc::dhcp::Dhcp6Parser::make_LFC_INTERVAL ( const location_type l)
inlinestatic

◆ make_LIBRARY()

static symbol_type isc::dhcp::Dhcp6Parser::make_LIBRARY ( const location_type l)
inlinestatic

Definition at line 3716 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_LIBRARY.

◆ make_LL()

static symbol_type isc::dhcp::Dhcp6Parser::make_LL ( const location_type l)
inlinestatic

Definition at line 3896 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_LL.

◆ make_LLT()

static symbol_type isc::dhcp::Dhcp6Parser::make_LLT ( const location_type l)
inlinestatic

Definition at line 3866 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_LLT.

◆ make_LOGGERS()

static symbol_type isc::dhcp::Dhcp6Parser::make_LOGGERS ( const location_type l)
inlinestatic

Definition at line 4511 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_LOGGERS.

◆ make_LSQUARE_BRACKET()

static symbol_type isc::dhcp::Dhcp6Parser::make_LSQUARE_BRACKET ( const location_type l)
inlinestatic

◆ make_MAC_SOURCES()

static symbol_type isc::dhcp::Dhcp6Parser::make_MAC_SOURCES ( const location_type l)
inlinestatic

Definition at line 3416 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_MAC_SOURCES.

◆ make_MAX_PREFERRED_LIFETIME()

static symbol_type isc::dhcp::Dhcp6Parser::make_MAX_PREFERRED_LIFETIME ( const location_type l)
inlinestatic

◆ make_MAX_QUEUE_SIZE()

static symbol_type isc::dhcp::Dhcp6Parser::make_MAX_QUEUE_SIZE ( const location_type l)
inlinestatic

◆ make_MAX_RECLAIM_LEASES()

static symbol_type isc::dhcp::Dhcp6Parser::make_MAX_RECLAIM_LEASES ( const location_type l)
inlinestatic

◆ make_MAX_RECLAIM_TIME()

static symbol_type isc::dhcp::Dhcp6Parser::make_MAX_RECLAIM_TIME ( const location_type l)
inlinestatic

◆ make_MAX_RECONNECT_TRIES()

static symbol_type isc::dhcp::Dhcp6Parser::make_MAX_RECONNECT_TRIES ( const location_type l)
inlinestatic

◆ make_MAX_ROW_ERRORS()

static symbol_type isc::dhcp::Dhcp6Parser::make_MAX_ROW_ERRORS ( const location_type l)
inlinestatic

◆ make_MAX_VALID_LIFETIME()

static symbol_type isc::dhcp::Dhcp6Parser::make_MAX_VALID_LIFETIME ( const location_type l)
inlinestatic

◆ make_MAXSIZE()

static symbol_type isc::dhcp::Dhcp6Parser::make_MAXSIZE ( const location_type l)
inlinestatic

Definition at line 4601 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_MAXSIZE.

◆ make_MAXVER()

static symbol_type isc::dhcp::Dhcp6Parser::make_MAXVER ( const location_type l)
inlinestatic

Definition at line 4616 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_MAXVER.

◆ make_MEMFILE()

static symbol_type isc::dhcp::Dhcp6Parser::make_MEMFILE ( const location_type l)
inlinestatic

Definition at line 2096 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_MEMFILE.

◆ make_MIN_PREFERRED_LIFETIME()

static symbol_type isc::dhcp::Dhcp6Parser::make_MIN_PREFERRED_LIFETIME ( const location_type l)
inlinestatic

◆ make_MIN_VALID_LIFETIME()

static symbol_type isc::dhcp::Dhcp6Parser::make_MIN_VALID_LIFETIME ( const location_type l)
inlinestatic

◆ make_MYSQL()

static symbol_type isc::dhcp::Dhcp6Parser::make_MYSQL ( const location_type l)
inlinestatic

Definition at line 2111 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_MYSQL.

◆ make_NAME()

static symbol_type isc::dhcp::Dhcp6Parser::make_NAME ( const location_type l)
inlinestatic

Definition at line 2921 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_NAME.

◆ make_NCR_FORMAT()

static symbol_type isc::dhcp::Dhcp6Parser::make_NCR_FORMAT ( const location_type l)
inlinestatic

Definition at line 4286 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_NCR_FORMAT.

◆ make_NCR_PROTOCOL()

static symbol_type isc::dhcp::Dhcp6Parser::make_NCR_PROTOCOL ( const location_type l)
inlinestatic

◆ make_NEVER()

static symbol_type isc::dhcp::Dhcp6Parser::make_NEVER ( const location_type l)
inlinestatic

Definition at line 4421 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_NEVER.

◆ make_NULL_TYPE()

static symbol_type isc::dhcp::Dhcp6Parser::make_NULL_TYPE ( const location_type l)
inlinestatic

Definition at line 1901 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_NULL_TYPE.

◆ make_ON_FAIL()

static symbol_type isc::dhcp::Dhcp6Parser::make_ON_FAIL ( const location_type l)
inlinestatic

Definition at line 2321 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_ON_FAIL.

◆ make_ONLY_IF_REQUIRED()

static symbol_type isc::dhcp::Dhcp6Parser::make_ONLY_IF_REQUIRED ( const location_type l)
inlinestatic

◆ make_OPTION_DATA()

static symbol_type isc::dhcp::Dhcp6Parser::make_OPTION_DATA ( const location_type l)
inlinestatic

Definition at line 2906 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_OPTION_DATA.

◆ make_OPTION_DEF()

static symbol_type isc::dhcp::Dhcp6Parser::make_OPTION_DEF ( const location_type l)
inlinestatic

Definition at line 2891 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_OPTION_DEF.

◆ make_OUT_OF_POOL()

static symbol_type isc::dhcp::Dhcp6Parser::make_OUT_OF_POOL ( const location_type l)
inlinestatic

Definition at line 3326 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_OUT_OF_POOL.

◆ make_OUTPUT()

static symbol_type isc::dhcp::Dhcp6Parser::make_OUTPUT ( const location_type l)
inlinestatic

Definition at line 4541 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_OUTPUT.

◆ make_OUTPUT_OPTIONS()

static symbol_type isc::dhcp::Dhcp6Parser::make_OUTPUT_OPTIONS ( const location_type l)
inlinestatic

◆ make_OVERRIDE_CLIENT_UPDATE()

static symbol_type isc::dhcp::Dhcp6Parser::make_OVERRIDE_CLIENT_UPDATE ( const location_type l)
inlinestatic

◆ make_OVERRIDE_NO_UPDATE()

static symbol_type isc::dhcp::Dhcp6Parser::make_OVERRIDE_NO_UPDATE ( const location_type l)
inlinestatic

◆ make_PACKET_QUEUE_SIZE()

static symbol_type isc::dhcp::Dhcp6Parser::make_PACKET_QUEUE_SIZE ( const location_type l)
inlinestatic

◆ make_PARAMETERS()

static symbol_type isc::dhcp::Dhcp6Parser::make_PARAMETERS ( const location_type l)
inlinestatic

Definition at line 3731 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_PARAMETERS.

◆ make_PARSER6_error()

static symbol_type isc::dhcp::Dhcp6Parser::make_PARSER6_error ( const location_type l)
inlinestatic

◆ make_PARSER6_UNDEF()

static symbol_type isc::dhcp::Dhcp6Parser::make_PARSER6_UNDEF ( const location_type l)
inlinestatic

◆ make_PASSWORD()

static symbol_type isc::dhcp::Dhcp6Parser::make_PASSWORD ( const location_type l)
inlinestatic

Definition at line 2171 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_PASSWORD.

◆ make_PATTERN()

static symbol_type isc::dhcp::Dhcp6Parser::make_PATTERN ( const location_type l)
inlinestatic

Definition at line 4631 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_PATTERN.

◆ make_PD_POOLS()

static symbol_type isc::dhcp::Dhcp6Parser::make_PD_POOLS ( const location_type l)
inlinestatic

Definition at line 3101 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_PD_POOLS.

◆ make_PERSIST()

static symbol_type isc::dhcp::Dhcp6Parser::make_PERSIST ( const location_type l)
inlinestatic

Definition at line 2216 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_PERSIST.

◆ make_POOL()

static symbol_type isc::dhcp::Dhcp6Parser::make_POOL ( const location_type l)
inlinestatic

Definition at line 3086 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_POOL.

◆ make_POOLS()

static symbol_type isc::dhcp::Dhcp6Parser::make_POOLS ( const location_type l)
inlinestatic

Definition at line 3071 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_POOLS.

◆ make_PORT()

static symbol_type isc::dhcp::Dhcp6Parser::make_PORT ( const location_type l)
inlinestatic

Definition at line 2201 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_PORT.

◆ make_POSTGRESQL()

static symbol_type isc::dhcp::Dhcp6Parser::make_POSTGRESQL ( const location_type l)
inlinestatic

Definition at line 2126 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_POSTGRESQL.

◆ make_PREFERRED_LIFETIME()

static symbol_type isc::dhcp::Dhcp6Parser::make_PREFERRED_LIFETIME ( const location_type l)
inlinestatic

◆ make_PREFIX()

static symbol_type isc::dhcp::Dhcp6Parser::make_PREFIX ( const location_type l)
inlinestatic

Definition at line 3116 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_PREFIX.

◆ make_PREFIX_LEN()

static symbol_type isc::dhcp::Dhcp6Parser::make_PREFIX_LEN ( const location_type l)
inlinestatic

Definition at line 3131 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_PREFIX_LEN.

◆ make_PREFIXES()

static symbol_type isc::dhcp::Dhcp6Parser::make_PREFIXES ( const location_type l)
inlinestatic

Definition at line 3596 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_PREFIXES.

◆ make_QUALIFYING_SUFFIX()

static symbol_type isc::dhcp::Dhcp6Parser::make_QUALIFYING_SUFFIX ( const location_type l)
inlinestatic

◆ make_QUEUE_TYPE()

static symbol_type isc::dhcp::Dhcp6Parser::make_QUEUE_TYPE ( const location_type l)
inlinestatic

Definition at line 4121 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_QUEUE_TYPE.

◆ make_RAPID_COMMIT()

static symbol_type isc::dhcp::Dhcp6Parser::make_RAPID_COMMIT ( const location_type l)
inlinestatic

◆ make_RCURLY_BRACKET()

static symbol_type isc::dhcp::Dhcp6Parser::make_RCURLY_BRACKET ( const location_type l)
inlinestatic

◆ make_RE_DETECT()

static symbol_type isc::dhcp::Dhcp6Parser::make_RE_DETECT ( const location_type l)
inlinestatic

Definition at line 2021 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_RE_DETECT.

◆ make_READONLY()

static symbol_type isc::dhcp::Dhcp6Parser::make_READONLY ( const location_type l)
inlinestatic

Definition at line 2246 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_READONLY.

◆ make_REBIND_TIMER()

static symbol_type isc::dhcp::Dhcp6Parser::make_REBIND_TIMER ( const location_type l)
inlinestatic

◆ make_RECLAIM_TIMER_WAIT_TIME()

static symbol_type isc::dhcp::Dhcp6Parser::make_RECLAIM_TIMER_WAIT_TIME ( const location_type l)
inlinestatic

◆ make_RECONNECT_WAIT_TIME()

static symbol_type isc::dhcp::Dhcp6Parser::make_RECONNECT_WAIT_TIME ( const location_type l)
inlinestatic

◆ make_RECORD_TYPES()

static symbol_type isc::dhcp::Dhcp6Parser::make_RECORD_TYPES ( const location_type l)
inlinestatic

◆ make_RELAY()

static symbol_type isc::dhcp::Dhcp6Parser::make_RELAY ( const location_type l)
inlinestatic

Definition at line 3671 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_RELAY.

◆ make_RELAY_SUPPLIED_OPTIONS()

static symbol_type isc::dhcp::Dhcp6Parser::make_RELAY_SUPPLIED_OPTIONS ( const location_type l)
inlinestatic

◆ make_RENEW_TIMER()

static symbol_type isc::dhcp::Dhcp6Parser::make_RENEW_TIMER ( const location_type l)
inlinestatic

Definition at line 2576 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_RENEW_TIMER.

◆ make_REPLACE_CLIENT_NAME()

static symbol_type isc::dhcp::Dhcp6Parser::make_REPLACE_CLIENT_NAME ( const location_type l)
inlinestatic

◆ make_REQUEST_TIMEOUT()

static symbol_type isc::dhcp::Dhcp6Parser::make_REQUEST_TIMEOUT ( const location_type l)
inlinestatic

◆ make_REQUIRE_CLIENT_CLASSES()

static symbol_type isc::dhcp::Dhcp6Parser::make_REQUIRE_CLIENT_CLASSES ( const location_type l)
inlinestatic

◆ make_RESERVATION_MODE()

static symbol_type isc::dhcp::Dhcp6Parser::make_RESERVATION_MODE ( const location_type l)
inlinestatic

◆ make_RESERVATIONS()

static symbol_type isc::dhcp::Dhcp6Parser::make_RESERVATIONS ( const location_type l)
inlinestatic

◆ make_RESERVATIONS_GLOBAL()

static symbol_type isc::dhcp::Dhcp6Parser::make_RESERVATIONS_GLOBAL ( const location_type l)
inlinestatic

◆ make_RESERVATIONS_IN_SUBNET()

static symbol_type isc::dhcp::Dhcp6Parser::make_RESERVATIONS_IN_SUBNET ( const location_type l)
inlinestatic

◆ make_RESERVATIONS_OUT_OF_POOL()

static symbol_type isc::dhcp::Dhcp6Parser::make_RESERVATIONS_OUT_OF_POOL ( const location_type l)
inlinestatic

◆ make_RSQUARE_BRACKET()

static symbol_type isc::dhcp::Dhcp6Parser::make_RSQUARE_BRACKET ( const location_type l)
inlinestatic

◆ make_SANITY_CHECKS()

static symbol_type isc::dhcp::Dhcp6Parser::make_SANITY_CHECKS ( const location_type l)
inlinestatic

◆ make_SENDER_IP()

static symbol_type isc::dhcp::Dhcp6Parser::make_SENDER_IP ( const location_type l)
inlinestatic

Definition at line 4226 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_SENDER_IP.

◆ make_SENDER_PORT()

static symbol_type isc::dhcp::Dhcp6Parser::make_SENDER_PORT ( const location_type l)
inlinestatic

Definition at line 4241 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_SENDER_PORT.

◆ make_SERIAL_CONSISTENCY()

static symbol_type isc::dhcp::Dhcp6Parser::make_SERIAL_CONSISTENCY ( const location_type l)
inlinestatic

◆ make_SERVE_RETRY_CONTINUE()

static symbol_type isc::dhcp::Dhcp6Parser::make_SERVE_RETRY_CONTINUE ( const location_type l)
inlinestatic

◆ make_SERVE_RETRY_EXIT()

static symbol_type isc::dhcp::Dhcp6Parser::make_SERVE_RETRY_EXIT ( const location_type l)
inlinestatic

◆ make_SERVER_ID()

static symbol_type isc::dhcp::Dhcp6Parser::make_SERVER_ID ( const location_type l)
inlinestatic

Definition at line 3851 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_SERVER_ID.

◆ make_SERVER_IP()

static symbol_type isc::dhcp::Dhcp6Parser::make_SERVER_IP ( const location_type l)
inlinestatic

Definition at line 4196 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_SERVER_IP.

◆ make_SERVER_PORT()

static symbol_type isc::dhcp::Dhcp6Parser::make_SERVER_PORT ( const location_type l)
inlinestatic

Definition at line 4211 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_SERVER_PORT.

◆ make_SERVER_TAG()

static symbol_type isc::dhcp::Dhcp6Parser::make_SERVER_TAG ( const location_type l)
inlinestatic

Definition at line 2696 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_SERVER_TAG.

◆ make_SEVERITY()

static symbol_type isc::dhcp::Dhcp6Parser::make_SEVERITY ( const location_type l)
inlinestatic

Definition at line 4571 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_SEVERITY.

◆ make_SHARED_NETWORKS()

static symbol_type isc::dhcp::Dhcp6Parser::make_SHARED_NETWORKS ( const location_type l)
inlinestatic

◆ make_SOCKET_NAME()

static symbol_type isc::dhcp::Dhcp6Parser::make_SOCKET_NAME ( const location_type l)
inlinestatic

Definition at line 4076 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_SOCKET_NAME.

◆ make_SOCKET_TYPE()

static symbol_type isc::dhcp::Dhcp6Parser::make_SOCKET_TYPE ( const location_type l)
inlinestatic

Definition at line 4061 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_SOCKET_TYPE.

◆ make_SPACE()

static symbol_type isc::dhcp::Dhcp6Parser::make_SPACE ( const location_type l)
inlinestatic

Definition at line 2966 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_SPACE.

◆ make_STATISTIC_DEFAULT_SAMPLE_AGE()

static symbol_type isc::dhcp::Dhcp6Parser::make_STATISTIC_DEFAULT_SAMPLE_AGE ( const location_type l)
inlinestatic

◆ make_STATISTIC_DEFAULT_SAMPLE_COUNT()

static symbol_type isc::dhcp::Dhcp6Parser::make_STATISTIC_DEFAULT_SAMPLE_COUNT ( const location_type l)
inlinestatic

◆ make_STOP_RETRY_EXIT()

static symbol_type isc::dhcp::Dhcp6Parser::make_STOP_RETRY_EXIT ( const location_type l)
inlinestatic

◆ make_STORE_EXTENDED_INFO()

static symbol_type isc::dhcp::Dhcp6Parser::make_STORE_EXTENDED_INFO ( const location_type l)
inlinestatic

◆ make_STRING()

static symbol_type isc::dhcp::Dhcp6Parser::make_STRING ( const std::string &  v,
const location_type l 
)
inlinestatic

Definition at line 4886 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_STRING.

◆ make_SUB_CONFIG_CONTROL()

static symbol_type isc::dhcp::Dhcp6Parser::make_SUB_CONFIG_CONTROL ( const location_type l)
inlinestatic

Definition at line 4871 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_SUB_CONFIG_CONTROL.

Referenced by if().

◆ make_SUB_DHCP6()

static symbol_type isc::dhcp::Dhcp6Parser::make_SUB_DHCP6 ( const location_type l)
inlinestatic

Definition at line 4706 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_SUB_DHCP6.

Referenced by if().

◆ make_SUB_DHCP_DDNS()

static symbol_type isc::dhcp::Dhcp6Parser::make_SUB_DHCP_DDNS ( const location_type l)
inlinestatic

Definition at line 4856 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_SUB_DHCP_DDNS.

Referenced by if().

◆ make_SUB_HOOKS_LIBRARY()

static symbol_type isc::dhcp::Dhcp6Parser::make_SUB_HOOKS_LIBRARY ( const location_type l)
inlinestatic

Definition at line 4841 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_SUB_HOOKS_LIBRARY.

Referenced by if().

◆ make_SUB_INTERFACES6()

static symbol_type isc::dhcp::Dhcp6Parser::make_SUB_INTERFACES6 ( const location_type l)
inlinestatic

Definition at line 4721 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_SUB_INTERFACES6.

Referenced by if().

◆ make_SUB_OPTION_DATA()

static symbol_type isc::dhcp::Dhcp6Parser::make_SUB_OPTION_DATA ( const location_type l)
inlinestatic

Definition at line 4826 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_SUB_OPTION_DATA.

Referenced by if().

◆ make_SUB_OPTION_DEF()

static symbol_type isc::dhcp::Dhcp6Parser::make_SUB_OPTION_DEF ( const location_type l)
inlinestatic

Definition at line 4811 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_SUB_OPTION_DEF.

Referenced by if().

◆ make_SUB_OPTION_DEFS()

static symbol_type isc::dhcp::Dhcp6Parser::make_SUB_OPTION_DEFS ( const location_type l)
inlinestatic

Definition at line 4796 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_SUB_OPTION_DEFS.

Referenced by if().

◆ make_SUB_PD_POOL()

static symbol_type isc::dhcp::Dhcp6Parser::make_SUB_PD_POOL ( const location_type l)
inlinestatic

Definition at line 4766 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_SUB_PD_POOL.

Referenced by if().

◆ make_SUB_POOL6()

static symbol_type isc::dhcp::Dhcp6Parser::make_SUB_POOL6 ( const location_type l)
inlinestatic

Definition at line 4751 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_SUB_POOL6.

Referenced by if().

◆ make_SUB_RESERVATION()

static symbol_type isc::dhcp::Dhcp6Parser::make_SUB_RESERVATION ( const location_type l)
inlinestatic

Definition at line 4781 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_SUB_RESERVATION.

Referenced by if().

◆ make_SUB_SUBNET6()

static symbol_type isc::dhcp::Dhcp6Parser::make_SUB_SUBNET6 ( const location_type l)
inlinestatic

Definition at line 4736 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_SUB_SUBNET6.

Referenced by if().

◆ make_SUBNET()

static symbol_type isc::dhcp::Dhcp6Parser::make_SUBNET ( const location_type l)
inlinestatic

Definition at line 3221 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_SUBNET.

◆ make_SUBNET6()

static symbol_type isc::dhcp::Dhcp6Parser::make_SUBNET6 ( const location_type l)
inlinestatic

Definition at line 2876 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_SUBNET6.

◆ make_T1_PERCENT()

static symbol_type isc::dhcp::Dhcp6Parser::make_T1_PERCENT ( const location_type l)
inlinestatic

Definition at line 2621 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_T1_PERCENT.

◆ make_T2_PERCENT()

static symbol_type isc::dhcp::Dhcp6Parser::make_T2_PERCENT ( const location_type l)
inlinestatic

Definition at line 2636 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_T2_PERCENT.

◆ make_TCP()

static symbol_type isc::dhcp::Dhcp6Parser::make_TCP ( const location_type l)
inlinestatic

Definition at line 4376 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_TCP.

◆ make_TCP_KEEPALIVE()

static symbol_type isc::dhcp::Dhcp6Parser::make_TCP_KEEPALIVE ( const location_type l)
inlinestatic

◆ make_TCP_NODELAY()

static symbol_type isc::dhcp::Dhcp6Parser::make_TCP_NODELAY ( const location_type l)
inlinestatic

Definition at line 2456 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_TCP_NODELAY.

◆ make_TEST()

static symbol_type isc::dhcp::Dhcp6Parser::make_TEST ( const location_type l)
inlinestatic

Definition at line 3521 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_TEST.

◆ make_THREAD_POOL_SIZE()

static symbol_type isc::dhcp::Dhcp6Parser::make_THREAD_POOL_SIZE ( const location_type l)
inlinestatic

◆ make_TIME()

static symbol_type isc::dhcp::Dhcp6Parser::make_TIME ( const location_type l)
inlinestatic

Definition at line 3941 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_TIME.

◆ make_TOPLEVEL_DHCP6()

static symbol_type isc::dhcp::Dhcp6Parser::make_TOPLEVEL_DHCP6 ( const location_type l)
inlinestatic

Definition at line 4691 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_TOPLEVEL_DHCP6.

Referenced by if().

◆ make_TOPLEVEL_JSON()

static symbol_type isc::dhcp::Dhcp6Parser::make_TOPLEVEL_JSON ( const location_type l)
inlinestatic

Definition at line 4676 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_TOPLEVEL_JSON.

Referenced by if().

◆ make_TYPE()

static symbol_type isc::dhcp::Dhcp6Parser::make_TYPE ( const location_type l)
inlinestatic

Definition at line 2081 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_TYPE.

◆ make_UDP()

static symbol_type isc::dhcp::Dhcp6Parser::make_UDP ( const location_type l)
inlinestatic

Definition at line 4361 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_UDP.

◆ make_UNWARNED_RECLAIM_CYCLES()

static symbol_type isc::dhcp::Dhcp6Parser::make_UNWARNED_RECLAIM_CYCLES ( const location_type l)
inlinestatic

◆ make_USER()

static symbol_type isc::dhcp::Dhcp6Parser::make_USER ( const location_type l)
inlinestatic

Definition at line 2156 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::token::TOKEN_USER.

◆ make_USER_CONTEXT()

static symbol_type isc::dhcp::Dhcp6Parser::make_USER_CONTEXT ( const location_type l)
inlinestatic

◆ make_VALID_LIFETIME()

static symbol_type isc::dhcp::Dhcp6Parser::make_VALID_LIFETIME ( const location_type l)
inlinestatic

◆ make_WHEN_NOT_PRESENT()

static symbol_type isc::dhcp::Dhcp6Parser::make_WHEN_NOT_PRESENT ( const location_type l)
inlinestatic

◆ make_WHEN_PRESENT()

static symbol_type isc::dhcp::Dhcp6Parser::make_WHEN_PRESENT ( const location_type l)
inlinestatic

◆ operator()()

int isc::dhcp::Dhcp6Parser::operator() ( )

Parse.

An alias for parse ().

Returns
0 iff parsing succeeded.

Definition at line 555 of file dhcp6_parser.cc.

References parse().

+ Here is the call graph for this function:

◆ parse()

int isc::dhcp::Dhcp6Parser::parse ( )
virtual

Parse.

Returns
0 iff parsing succeeded.

Length of the RHS of the rule being reduced.

The lookahead symbol.

The locations where the error started and ended.

The return value of parse ().

Todo:
: the code or name parameters are required.
Todo:
: the code or name parameters are required.
Todo:
: an identifier parameter is required.
Todo:
: an identifier parameter is required.

Definition at line 561 of file dhcp6_parser.cc.

References isc::dhcp::Dhcp6Parser::basic_symbol< Base >::clear(), isc::dhcp::Parser6Context::CLIENT_CLASSES, isc::dhcp::Parser6Context::COMPATIBILITY, isc::dhcp::Parser6Context::CONFIG, isc::dhcp::Parser6Context::CONFIG_CONTROL, isc::dhcp::Parser6Context::CONFIG_DATABASE, isc::dhcp::Parser6Context::contextName(), isc::dhcp::Parser6Context::CONTROL_SOCKET, isc::dhcp::Parser6Context::ctx_, isc::dhcp::Parser6Context::DATABASE_ON_FAIL, isc::dhcp::Parser6Context::DATABASE_TYPE, isc::dhcp::Parser6Context::DHCP6, isc::dhcp::Parser6Context::DHCP_DDNS, isc::dhcp::Parser6Context::DHCP_MULTI_THREADING, isc::dhcp::Parser6Context::DHCP_QUEUE_CONTROL, isc::dhcp::Parser6Context::DUID_TYPE, isc::dhcp::Dhcp6Parser::basic_symbol< Base >::empty(), isc::dhcp::Parser6Context::enter(), error(), isc::dhcp::Parser6Context::EXPIRED_LEASES_PROCESSING, isc::dhcp::Parser6Context::HOOKS_LIBRARIES, isc::dhcp::Parser6Context::HOST_RESERVATION_IDENTIFIERS, isc::dhcp::Parser6Context::HOSTS_DATABASE, isc::dhcp::Parser6Context::INTERFACES_CONFIG, isc::dhcp::Parser6Context::LEASE_DATABASE, isc::dhcp::Parser6Context::leave(), isc::dhcp::Parser6Context::loc2pos(), isc::dhcp::Dhcp6Parser::basic_symbol< Base >::location, isc::dhcp::Parser6Context::LOGGERS, isc::dhcp::Parser6Context::MAC_SOURCES, isc::data::merge(), isc::dhcp::Dhcp6Parser::basic_symbol< Base >::move(), isc::dhcp::Parser6Context::NCR_FORMAT, isc::dhcp::Parser6Context::NCR_PROTOCOL, isc::dhcp::Parser6Context::NO_KEYWORD, isc::dhcp::Parser6Context::OPTION_DATA, isc::dhcp::Parser6Context::OPTION_DEF, isc::dhcp::Parser6Context::OUTPUT_OPTIONS, isc::dhcp::Parser6Context::PD_POOLS, isc::dhcp::Parser6Context::POOLS, isc::dhcp::Parser6Context::RELAY, isc::dhcp::Parser6Context::REPLACE_CLIENT_NAME, isc::dhcp::Parser6Context::require(), isc::dhcp::Parser6Context::RESERVATION_MODE, isc::dhcp::Parser6Context::RESERVATIONS, isc::dhcp::Dhcp6Parser::symbol_kind::S_BOOLEAN, isc::dhcp::Dhcp6Parser::symbol_kind::S_db_type, isc::dhcp::Dhcp6Parser::symbol_kind::S_ddns_replace_client_name_value, isc::dhcp::Dhcp6Parser::symbol_kind::S_duid_type, isc::dhcp::Dhcp6Parser::symbol_kind::S_FLOAT, isc::dhcp::Dhcp6Parser::symbol_kind::S_hr_mode, isc::dhcp::Dhcp6Parser::symbol_kind::S_INTEGER, isc::dhcp::Dhcp6Parser::symbol_kind::S_map_value, isc::dhcp::Dhcp6Parser::symbol_kind::S_ncr_protocol_value, isc::dhcp::Dhcp6Parser::symbol_kind::S_on_fail_mode, isc::dhcp::Dhcp6Parser::symbol_kind::S_STRING, isc::dhcp::Dhcp6Parser::symbol_kind::S_value, isc::dhcp::Dhcp6Parser::symbol_kind::S_YYEOF, isc::dhcp::Dhcp6Parser::symbol_kind::S_YYerror, isc::dhcp::Dhcp6Parser::symbol_kind::S_YYUNDEF, isc::dhcp::Parser6Context::SANITY_CHECKS, isc::dhcp::Parser6Context::SERVER_ID, isc::dhcp::Parser6Context::SHARED_NETWORK, isc::dhcp::Parser6Context::stack_, isc::dhcp::Parser6Context::SUBNET6, isc::dhcp::Parser6Context::unique(), YY_MOVE, YY_REDUCE_PRINT, YY_STACK_PRINT, YY_SYMBOL_PRINT, YYABORT, YYACCEPT, YYCDEBUG, YYERROR, yylex, and YYLLOC_DEFAULT.

Referenced by operator()().

+ Here is the call graph for this function:

◆ set_debug_level()

void isc::dhcp::Dhcp6Parser::set_debug_level ( debug_level_type  l)

Set the current debugging level.

Definition at line 526 of file dhcp6_parser.cc.

◆ set_debug_stream()

void isc::dhcp::Dhcp6Parser::set_debug_stream ( std::ostream &  o)

Set the current debugging stream.

Definition at line 513 of file dhcp6_parser.cc.

◆ symbol_name()

std::string isc::dhcp::Dhcp6Parser::symbol_name ( symbol_kind_type  yysymbol)
static

The user-facing name of the symbol whose (internal) number is YYSYMBOL.

No bounds checking.

Definition at line 4575 of file dhcp6_parser.cc.

Referenced by isc::dhcp::Dhcp6Parser::basic_symbol< Base >::name().

Member Data Documentation

◆ YYNTOKENS

const symbol_kind_type isc::dhcp::Dhcp6Parser::YYNTOKENS = symbol_kind::YYNTOKENS
static

The number of tokens.

Definition at line 1373 of file dhcp6_parser.h.

Referenced by isc::dhcp::Dhcp6Parser::context::expected_tokens().


The documentation for this class was generated from the following files: