ISC DHCP 4.4.3-P1
A reference DHCPv4 and DHCPv6 implementation
 
Loading...
Searching...
No Matches
resolv.c File Reference
#include "dhcpd.h"

Go to the source code of this file.

Functions

void read_resolv_conf (TIME parse_time)
 
struct name_serverfirst_name_server ()
 

Variables

struct name_servername_servers
 
struct domain_search_listdomains
 
char path_resolv_conf [] = _PATH_RESOLV_CONF
 

Function Documentation

◆ first_name_server()

struct name_server * first_name_server ( void )

Definition at line 169 of file resolv.c.

◆ read_resolv_conf()

void read_resolv_conf ( TIME parse_time)

Definition at line 35 of file resolv.c.

Variable Documentation

◆ domains

struct domain_search_list* domains

Definition at line 32 of file resolv.c.

◆ name_servers

struct name_server* name_servers

Definition at line 31 of file resolv.c.

◆ path_resolv_conf

char path_resolv_conf[] = _PATH_RESOLV_CONF

Definition at line 33 of file resolv.c.