Home
last modified time | relevance | path

Searched refs:bind_ds_value (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/server/
H A Dddns.c898 bind_ds_value(scope, "ddns-rev-name", &ddns_cb->rev_name); in ddns_update_lease_text()
900 bind_ds_value(scope, "ddns-client-fqdn", in ddns_update_lease_text()
908 bind_ds_value(scope, "ddns-fwd-name", &ddns_cb->fwd_name); in ddns_update_lease_text()
911 bind_ds_value(scope, ddns_standard_tag, in ddns_update_lease_text()
917 bind_ds_value(scope, ddns_interim_tag, &lease_dhcid); in ddns_update_lease_text()
H A Ddhcp.c3083 bind_ds_value(&lt->scope, "vendor-class-identifier",
/netbsd-src/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h2410 int bind_ds_value (struct binding_scope **,
/netbsd-src/external/mpl/dhcp/dist/common/
H A Dtree.c4085 int bind_ds_value (struct binding_scope **scope, in bind_ds_value() function