Home
last modified time | relevance | path

Searched refs:DUID_LL (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Dduid.c217 if (ctx->duid_type != DUID_LL) in duid_get()
220 return duid_make(data, ifp, DUID_LL); in duid_get()
225 ctx->duid_type == DUID_LL ? DUID_LL : DUID_LLT); in duid_get()
234 if (ctx->duid_type != DUID_LL) in duid_get()
235 return duid_make(data, ifp, DUID_LL); in duid_get()
H A Dduid.h35 #define DUID_LL 3 macro
H A Ddhcp6.c788 duid_len = duid_make(duid, ifp, DUID_LL); in dhcp6_makemessage()
3668 duid_len = duid_make(duid, ifp, DUID_LL); in dhcp6_recvmsg()
H A Dif-options.c1020 ctx->duid_type = DUID_LL; in parse_option()
/netbsd-src/external/mpl/dhcp/dist/includes/
H A Ddhcp6.h171 #define DUID_LL 3 macro
/netbsd-src/external/mpl/dhcp/dist/common/
H A Dtables.c596 { "duid-ll", DUID_LL }, /* DUID from Link Local address only. */
/netbsd-src/external/mpl/dhcp/dist/client/
H A Ddhclient.c619 duid_type = DUID_LL; in main()
3929 duid_type = stateless ? DUID_LL : DUID_LLT; in form_duid()
3954 putUShort(duid->buffer->data, DUID_LL); in form_duid()
/netbsd-src/external/mpl/dhcp/dist/server/
H A Dmdb6.c2943 case DUID_LL: in find_hosts_by_duid_chaddr()
H A Ddhcpv6.c477 if ((server_duid_type != DUID_LL) && (server_duid_type != DUID_LLT)) { in generate_new_server_duid()
514 } else if (server_duid_type == DUID_LL) { in generate_new_server_duid()
521 putUShort(generated_duid.buffer->data, DUID_LL); in generate_new_server_duid()
H A Dconfpars.c6193 set_server_duid_type(DUID_LL); in parse_server_duid_conf()
6228 putUShort(duid.buffer->data, DUID_LL); in parse_server_duid_conf()