Searched refs:DUID_LL (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/bsd/dhcpcd/dist/src/ |
H A D | duid.c | 217 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 D | duid.h | 35 #define DUID_LL 3 macro
|
H A D | dhcp6.c | 788 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 D | if-options.c | 1020 ctx->duid_type = DUID_LL; in parse_option()
|
/netbsd-src/external/mpl/dhcp/dist/includes/ |
H A D | dhcp6.h | 171 #define DUID_LL 3 macro
|
/netbsd-src/external/mpl/dhcp/dist/common/ |
H A D | tables.c | 596 { "duid-ll", DUID_LL }, /* DUID from Link Local address only. */
|
/netbsd-src/external/mpl/dhcp/dist/client/ |
H A D | dhclient.c | 619 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 D | mdb6.c | 2943 case DUID_LL: in find_hosts_by_duid_chaddr()
|
H A D | dhcpv6.c | 477 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 D | confpars.c | 6193 set_server_duid_type(DUID_LL); in parse_server_duid_conf() 6228 putUShort(duid.buffer->data, DUID_LL); in parse_server_duid_conf()
|