#include "config.h"
#include <time.h>
#include <sys/time.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <syslog.h>
#include "dhcpctl.h"
#include "dhcpd.h"
#include <isc/file.h>
Go to the source code of this file.
|
isc_result_t | find_class (struct class **c, const char *n, const char *f, int l) |
|
int | parse_allow_deny (struct option_cache **oc, struct parse *cfile, int flag) |
|
void | dhcp (struct packet *packet) |
|
void | bootp (struct packet *packet) |
|
int | check_collection (struct packet *p, struct lease *l, struct collection *c) |
|
void | classify (struct packet *packet, struct class *class) |
|
int | main (int argc, char **argv) |
|
isc_result_t | dhcp_set_control_state (control_object_state_t oldstate, control_object_state_t newstate) |
|
◆ bootp()
void bootp |
( |
struct packet * | packet | ) |
|
◆ check_collection()
◆ classify()
void classify |
( |
struct packet * | packet, |
|
|
struct class * | class ) |
◆ dhcp()
void dhcp |
( |
struct packet * | packet | ) |
|
◆ dhcp_set_control_state()
◆ find_class()
isc_result_t find_class |
( |
struct class ** | c, |
|
|
const char * | n, |
|
|
const char * | f, |
|
|
int | l ) |
◆ main()
int main |
( |
int | argc, |
|
|
char ** | argv ) |
◆ parse_allow_deny()