ISC DHCP 4.4.3-P1
A reference DHCPv4 and DHCPv6 implementation
 
Loading...
Searching...
No Matches
eval.c File Reference
#include "keama.h"
#include <sys/errno.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <ctype.h>
#include <netdb.h>
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>

Go to the source code of this file.

Functions

struct elementeval_expression (struct element *expr, isc_boolean_t *modifiedp)
 
struct elementeval_boolean_expression (struct element *expr, isc_boolean_t *modifiedp)
 
struct elementeval_data_expression (struct element *expr, isc_boolean_t *modifiedp)
 
struct elementeval_numeric_expression (struct element *expr, isc_boolean_t *modifiedp)
 

Function Documentation

◆ eval_boolean_expression()

struct element * eval_boolean_expression ( struct element * expr,
isc_boolean_t * modifiedp )

Definition at line 72 of file eval.c.

◆ eval_data_expression()

struct element * eval_data_expression ( struct element * expr,
isc_boolean_t * modifiedp )

Definition at line 476 of file eval.c.

◆ eval_expression()

struct element * eval_expression ( struct element * expr,
isc_boolean_t * modifiedp )

Definition at line 43 of file eval.c.

◆ eval_numeric_expression()

struct element * eval_numeric_expression ( struct element * expr,
isc_boolean_t * modifiedp )

Definition at line 1481 of file eval.c.