Searched refs:duid (Results 1 – 25 of 60) sorted by relevance
123
/netbsd/external/mpl/dhcp/dist/keama/tests/ |
H A D | duid2.err | 1 # two server duid config 3 # EN server duid declaration 4 server-duid en 2495 "enterprise-specific-identifier-1234"; 6 # LL server duid declaration 7 server-duid ll ethernet 00:16:6F:49:7D:9B;
|
H A D | duidll6.in6 | 1 # LL server duid config 3 # LL server duid declaration 4 server-duid ll;
|
H A D | duidllt6.in6 | 1 # LLT server duid config 3 # LLT server duid declaration 4 server-duid llt;
|
H A D | duidnoid.err | 1 # bad (no identifier) numeric server duid config 3 # server duid declaration 4 server-duid 9;
|
H A D | badduid.err | 1 # bad (no type) server duid config 3 # server duid declaration 4 server-duid "enterprise-specific-identifier-1234";
|
H A D | duiden6.in6 | 1 # EN server duid config 3 # EN server duid declaration 4 server-duid en 2495 "enterprise-specific-identifier-1234";
|
H A D | duidennoid.err | 1 # bad (no identifier) EN server duid config 3 # EN server duid declaration 4 server-duid en 2495;
|
H A D | duidllhw6.in6 | 1 # LL server duid config 3 # LL server duid declaration 4 server-duid ll ethernet 00:16:6F:49:7D:9B;
|
H A D | duidllnohw.err | 1 # bad (no hardware address) LL server duid config 3 # LL server duid declaration 4 server-duid ll fddi;
|
H A D | duidlltthw4.err4 | 1 # LLT server duid config 3 # LLT server duid declaration 4 server-duid llt token-ring 213982198 00:16:6F:49:7D:9B;
|
H A D | duidlltthw6.in6 | 1 # LLT server duid config 3 # LLT server duid declaration 4 server-duid llt token-ring 213982198 00:16:6F:49:7D:9B;
|
H A D | duidennonum.err | 1 # bad (no number) EN server duid config 3 # EN server duid declaration 4 server-duid en "enterprise-specific-identifier-1234";
|
H A D | duidlltnohw.err | 1 # bad (no hardware address) LLT server duid config 3 # LLT server duid declaration 4 server-duid llt token-ring 213982198;
|
H A D | duidllbadtype.err | 1 # bad (unknown hardware type) LL server duid config 3 # LL server duid declaration 4 server-duid ll foobar 00:16:6F:49:7D:9B;
|
H A D | duidlltbadtype.err | 1 # bad (unknown hardware type) LLT server duid config 3 # LLT server duid declaration 4 server-duid llt foobar 213982198 00:16:6F:49:7D:9B;
|
H A D | duidlltnotime.err | 1 # bad (no timestamp) LLT server duid config 3 # LLT server duid declaration 4 server-duid llt token-ring A8:16:6F:49:7D:9B;
|
H A D | duidll6.out | 2 # LL server duid config 3 # LL server duid declaration
|
H A D | duidllt6.out | 2 # LLT server duid config 3 # LLT server duid declaration
|
H A D | duidllhw6.out | 2 # LL server duid config 3 # LL server duid declaration
|
H A D | duidlltthw6.out | 2 # LLT server duid config 3 # LLT server duid declaration
|
H A D | duiden6.out | 2 # EN server duid config 3 # EN server duid declaration
|
/netbsd/external/mpl/dhcp/dist/server/ |
H A D | confpars.c | 6096 memset(&duid, 0x0, sizeof(duid)); in parse_server_duid() 6103 duid.data = duid.buffer->data; in parse_server_duid() 6170 memset(&duid, 0, sizeof(duid)); in parse_server_duid_conf() 6172 if (!buffer_allocate(&duid.buffer, duid.len, MDL)) { in parse_server_duid_conf() 6175 duid.data = (unsigned char *)duid.buffer->data; in parse_server_duid_conf() 6222 memset(&duid, 0, sizeof(duid)); in parse_server_duid_conf() 6227 duid.data = (unsigned char *)duid.buffer->data; in parse_server_duid_conf() 6286 memset(&duid, 0, sizeof(duid)); in parse_server_duid_conf() 6291 duid.data = (unsigned char *)duid.buffer->data; in parse_server_duid_conf() 6326 memset(&duid, 0, sizeof(duid)); in parse_server_duid_conf() [all …]
|
/netbsd/external/mpl/dhcp/dist/client/tests/ |
H A D | duid3_test.txt | 1 default-duid "\000\003\000\001\005\006\007\010\011\012"; 47 default-duid "\000\001"; 66 default-duid "\000\001\000\001\025\026\027\030\031\032\033\034\035\036";
|
H A D | duid2_test.txt | 1 default-duid "\000\003\000\001\005\006\007\010\011\012"; 66 default-duid "\000\003\000\001\017\020\021\022\023\024";
|
/netbsd/external/bsd/dhcpcd/dist/src/ |
H A D | duid.c | 169 ctx->duid = data; in duid_get() 194 ctx->duid = data; in duid_get() 203 ctx->duid = data; in duid_get() 244 if (ctx->duid == NULL) in duid_init()
|
123