Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dhcp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
69
Issues
69
List
Boards
Labels
Service Desk
Milestones
Merge Requests
18
Merge Requests
18
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
dhcp
Commits
9ba7cdec
Commit
9ba7cdec
authored
Oct 04, 1999
by
Ted Lemon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prototype nsupdate.c.
parent
7528da64
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
includes/dhcpd.h
includes/dhcpd.h
+11
-0
No files found.
includes/dhcpd.h
View file @
9ba7cdec
...
...
@@ -1809,3 +1809,14 @@ void hw_hash_add PROTO ((struct lease *));
void
hw_hash_delete
PROTO
((
struct
lease
*
));
void
write_leases
PROTO
((
void
));
void
dump_subnets
PROTO
((
void
));
/* nsupdate.c */
char
*
ddns_rev_name
(
struct
lease
*
,
struct
lease_state
*
,
struct
packet
*
);
char
*
ddns_fwd_name
(
struct
lease
*
,
struct
lease_state
*
,
struct
packet
*
);
int
nsupdateA
(
const
char
*
,
const
unsigned
char
*
,
u_int32_t
,
int
);
int
nsupdatePTR
(
const
char
*
,
const
unsigned
char
*
,
u_int32_t
,
int
);
void
nsupdate
(
struct
lease
*
,
struct
lease_state
*
,
struct
packet
*
,
int
);
int
updateA
(
const
struct
data_string
*
,
const
struct
data_string
*
,
unsigned
int
,
struct
lease
*
);
int
updatePTR
(
const
struct
data_string
*
,
const
struct
data_string
*
,
unsigned
int
,
struct
lease
*
);
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment