Home
last modified time | relevance | path

Searched refs:data_string_copy (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/common/tests/
H A Dtest_alloc.c315 ATF_TC(data_string_copy);
317 ATF_TC_HEAD(data_string_copy, tc) { in ATF_TC_HEAD() argument
321 ATF_TC_BODY(data_string_copy, tc) { in ATF_TC_BODY() argument
340 data_string_copy(&b, &a, MDL); in ATF_TC_BODY()
385 data_string_copy(&b, &a, MDL); in ATF_TC_BODY()
649 ATF_TP_ADD_TC(tp, data_string_copy); in ATF_TP_ADD_TCS()
/netbsd-src/external/mpl/dhcp/dist/common/
H A Dtree.c314 data_string_copy (&(*expr) -> data.encapsulate, name, MDL);
375 data_string_copy (&(*oc) -> data, dp, file, line); in option_cache()
421 data_string_copy (result, &dns -> data, MDL);
501 data_string_copy (result, &dns -> data, MDL);
1179 data_string_copy (result, &data, file, line);
1219 data_string_copy (result, &data, file, line);
1490 data_string_copy (result,
1918 data_string_copy (result,
1952 data_string_copy (result, &bv -> value.data,
2122 data_string_copy(result, &data, file, line);
[all …]
H A Dalloc.c1328 data_string_copy(struct data_string *dest, const struct data_string *src, in data_string_copy() function
1398 data_string_copy(&temp, str, file, line);
H A Doptions.c265 data_string_copy(&op->data, &new, MDL);
1477 data_string_copy (&od, &encapsulation, MDL); in store_options()
2416 data_string_copy
3052 data_string_copy(dst, &tmp, MDL); in append_option()
3303 data_string_copy (&no_nwip -> data, &ds, MDL);
3330 data_string_copy (result, &ds, MDL);
H A Ddns.c1156 data_string_copy(&ns_cb->oname, &ddns_cb->fwd_name, MDL); in find_zone_start()
1158 data_string_copy(&ns_cb->oname, &ddns_cb->rev_name, MDL); in find_zone_start()
1688 data_string_copy(leaseid, dhcid, MDL); in dhcid_tolease()
/netbsd-src/external/mpl/dhcp/dist/server/
H A Dclass.c180 data_string_copy (&nc -> hash_string, &data,
H A Dmdb6.c1046 data_string_copy(&ds, (struct data_string *)uid, MDL); in create_lease6()
1121 data_string_copy(&ds, &new_ds, MDL); in create_lease6()
1877 data_string_copy(&ds, (struct data_string *)uid, MDL); in create_prefix6()
1918 data_string_copy(&ds, &new_ds, MDL); in create_prefix6()
H A Dddns.c539 data_string_copy(&ddns_cb->fwd_name, &ddns_fwd_name, MDL); in ddns_updates()
2116 data_string_copy(&ddns_cb->dhcid, &leaseid, MDL); in ddns_removals()
H A Ddhcpleasequery.c994 data_string_copy(&data, &iaaddr->ia->iaid_duid, MDL); in process_lq_by_address()
H A Ddhcpv6.c382 data_string_copy(ds, &server_duid, file, line); in copy_server_duid()
398 data_string_copy(&server_duid, new_duid, MDL); in set_server_duid()
1788 data_string_copy(&reply.client_id, client_id, MDL); in lease_to_client()
6572 data_string_copy(reply_ret, &reply_new, MDL);
8121 data_string_copy(&reply.client_id, client_id, MDL);
H A Ddhcp.c1211 data_string_copy(&noc->data, &oc->data, MDL);
3312 data_string_copy (&noc -> data,
H A Dconfpars.c2167 data_string_copy(&host->host_id,
2358 data_string_copy (&class -> hash_string, &data, MDL);
H A Dfailover.c299 data_string_copy (&state -> server_identifier, in dhcp_failover_link_initiate()
3268 data_string_copy (&s -> server_identifier, &ds, MDL); in dhcp_failover_state_get_value()
H A Dldap.c2943 data_string_copy (&(*newclass)->hash_string, data, MDL); in find_subclass_in_ldap()
/netbsd-src/external/mpl/dhcp/dist/client/
H A Dclparse.c1357 data_string_copy(&default_duid, &new_duid, MDL); in parse_client_default_duid()
H A Ddhc6.c487 data_string_copy(&copy->server_id, &lease->server_id, file, line); in dhc6_dup_lease()
2553 data_string_copy(msg, &ds, MDL); in dhc6_get_status_code()
/netbsd-src/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h2589 void data_string_copy(struct data_string *, const struct data_string *,