Home
last modified time | relevance | path

Searched refs:duid (Results 1 – 25 of 60) sorted by relevance

123

/netbsd-src/external/mpl/dhcp/dist/keama/tests/
H A Dduid2.err1 # 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 Dduidllt6.in61 # LLT server duid config
3 # LLT server duid declaration
4 server-duid llt;
H A Dduidll6.in61 # LL server duid config
3 # LL server duid declaration
4 server-duid ll;
H A Dduidnoid.err1 # bad (no identifier) numeric server duid config
3 # server duid declaration
4 server-duid 9;
H A Dduiden6.in61 # EN server duid config
3 # EN server duid declaration
4 server-duid en 2495 "enterprise-specific-identifier-1234";
H A Dduidennoid.err1 # bad (no identifier) EN server duid config
3 # EN server duid declaration
4 server-duid en 2495;
H A Dbadduid.err1 # bad (no type) server duid config
3 # server duid declaration
4 server-duid "enterprise-specific-identifier-1234";
H A Dduidllhw6.in61 # LL server duid config
3 # LL server duid declaration
4 server-duid ll ethernet 00:16:6F:49:7D:9B;
H A Dduidlltthw4.err41 # LLT server duid config
3 # LLT server duid declaration
4 server-duid llt token-ring 213982198 00:16:6F:49:7D:9B;
H A Dduidllnohw.err1 # bad (no hardware address) LL server duid config
3 # LL server duid declaration
4 server-duid ll fddi;
H A Dduidlltthw6.in61 # LLT server duid config
3 # LLT server duid declaration
4 server-duid llt token-ring 213982198 00:16:6F:49:7D:9B;
H A Dduidlltnohw.err1 # bad (no hardware address) LLT server duid config
3 # LLT server duid declaration
4 server-duid llt token-ring 213982198;
H A Dduidennonum.err1 # bad (no number) EN server duid config
3 # EN server duid declaration
4 server-duid en "enterprise-specific-identifier-1234";
H A Dduidlltbadtype.err1 # 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 Dduidllbadtype.err1 # 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 Dduidlltnotime.err1 # 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 Dduidllt6.out2 # LLT server duid config
3 # LLT server duid declaration
H A Dduidll6.out2 # LL server duid config
3 # LL server duid declaration
H A Dduidllhw6.out2 # LL server duid config
3 # LL server duid declaration
H A Dduidlltthw6.out2 # LLT server duid config
3 # LLT server duid declaration
H A Dduiden6.out2 # EN server duid config
3 # EN server duid declaration
/netbsd-src/external/mpl/dhcp/dist/server/
H A Dconfpars.c6085 struct data_string duid; in parse_server_duid() local
6096 memset(&duid, 0x0, sizeof(duid)); in parse_server_duid()
6097 if (!buffer_allocate(&duid.buffer, len, MDL)) { in parse_server_duid()
6101 memcpy(duid.buffer->data, bytes, len); in parse_server_duid()
6102 duid.len = len; in parse_server_duid()
6103 duid.data = duid.buffer->data; in parse_server_duid()
6105 set_server_duid(&duid); in parse_server_duid()
6106 data_string_forget(&duid, MDL); in parse_server_duid()
6131 struct data_string duid; in parse_server_duid_conf() local
6170 memset(&duid, 0, sizeof(duid)); in parse_server_duid_conf()
[all …]
/netbsd-src/external/mpl/dhcp/dist/client/tests/
H A Dduid3_test.txt1 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 Dduid2_test.txt1 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-src/external/bsd/dhcpcd/dist/src/
H A Dduid.c169 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