Home
last modified time | relevance | path

Searched refs:on_commit (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/server/
H A Dmdb.c1297 if (lease->on_star.on_commit) {
1298 if (comp->on_star.on_commit)
1300 (&comp->on_star.on_commit, MDL);
1301 executable_statement_reference (&comp->on_star.on_commit,
1302 lease->on_star.on_commit,
1737 if (lease->on_star.on_commit) in lease_copy()
1738 executable_statement_reference (&lt->on_star.on_commit, in lease_copy()
1739 lease->on_star.on_commit, in lease_copy()
1790 if (lease->on_star.on_commit)
1792 (&lease->on_star.on_commit, MDL);
H A Ddhcpv6.c2258 (reply->on_star.on_commit != NULL)) { in reply_process_ia_na()
2262 reply->on_star.on_commit, NULL); in reply_process_ia_na()
2264 (&reply->on_star.on_commit, MDL); in reply_process_ia_na()
2322 if (tmp->on_star.on_commit != NULL) { in reply_process_ia_na()
2328 tmp->on_star.on_commit, in reply_process_ia_na()
2331 (&tmp->on_star.on_commit, MDL); in reply_process_ia_na()
3102 if (tmp->on_star.on_commit != NULL) {
3108 tmp->on_star.on_commit,
3111 (&tmp->on_star.on_commit, MDL);
4284 (reply->on_star.on_commit != NULL)) {
[all …]
H A Dbootp.c351 options, &lease->scope, lease->on_star.on_commit,
H A Ddhcp.c2249 if (lease->on_star.on_commit)
2251 (&lease->on_star.on_commit, MDL);
3170 if (lease->on_star.on_commit && (!offer || offer == DHCPACK)) {
3173 lease->on_star.on_commit, NULL);
3174 if (lease->on_star.on_commit)
3176 (&lease->on_star.on_commit, MDL);
H A Dmdb6.c298 if (tmp->on_star.on_commit != NULL) { in iasubopt_dereference()
300 (&tmp->on_star.on_commit, MDL); in iasubopt_dereference()
H A Domapi.c490 if (lease->on_star.on_commit) in dhcp_lease_destroy()
491 executable_statement_dereference (&lease->on_star.on_commit, in dhcp_lease_destroy()
/netbsd-src/external/mpl/dhcp/dist/common/
H A Dexecute.c127 if (on_star->on_commit)
129 (&on_star->on_commit, MDL);
132 (&on_star->on_commit,
/netbsd-src/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h553 struct executable_statement *on_commit; member