| /src/external/mpl/dhcp/dist/tests/DHCPv6/ |
| dhcp_client.pm | 221 sub duid { subroutine 235 die "Unknown DUID type $type requested";
|
| /src/sys/fs/udf/ |
| udf_rename.c | 289 uid_t duid, uid; local 307 udf_getownership(dir_node, &duid, &gdummy); 311 dvp, dmode, duid,
|
| /src/external/bsd/dhcpcd/dist/src/ |
| dhcpcd.h | 135 unsigned char *duid; member in struct:dhcpcd_ctx
|
| dhcp6.c | 53 #include "duid.h" 746 uint8_t duid[DUID_LEN]; local 875 duid_len = duid_make(duid, ifp, DUID_LL); 1042 COPYIN(D6_OPTION_CLIENTID, duid, 1045 COPYIN(D6_OPTION_CLIENTID, ifp->ctx->duid, 3780 uint8_t duid[DUID_LEN], *dp; local 3784 duid_len = duid_make(duid, ifp, DUID_LL); 3785 dp = duid; 3788 dp = ctx->duid;
|
| /src/external/mpl/dhcp/dist/server/ |
| mdb6.c | 318 const char *duid, unsigned int duid_len, 328 memcpy((char *)key->data + sizeof(iaid), duid, duid_len); 338 * - iaid and duid are values from the client 346 const char *duid, unsigned int duid_len, 365 duid, duid_len, file, line) != ISC_R_SUCCESS) { 548 * Check the DUID is the same. 853 const unsigned char* duid = uid->data + offset; local 854 return (((duid[0] == 0x00 && duid[1] == 0x03) && 855 (duid[2] == 0x00 && duid[3] == 0x1b))) 876 const unsigned char *duid = iaid_duid->data + duid_beg; local [all...] |
| confpars.c | 6072 * When we parse a server-duid statement in a lease file, we are 6073 * looking at the saved server DUID from a previous run. In this case 6075 * DUID stored in a string: 6077 * server-duid "\000\001\000\001\015\221\034JRT\000\0224Y"; 6081 * server-duid 00:01:00:01:1e:68:b3:db:0a:00:27:00:00:02; 6085 struct data_string duid; local 6086 unsigned char bytes[128]; /* Maximum valid DUID is 128 */ 6091 parse_warn(cfile, "Invalid duid contents"); 6096 memset(&duid, 0x0, sizeof(duid)); 6131 struct data_string duid; local [all...] |
| /src/external/mpl/dhcp/dist/keama/ |
| confparse.c | 2782 (strcmp(handle->key, "server-duid") == 0) || 3784 * When we parse a server-duid statement in a config file, we will 3785 * have the type of the server DUID to generate, and possibly the 3788 * server-duid llt; 3789 * server-duid llt ethernet|ieee802|fddi 213982198 00:16:6F:49:7D:9B; 3790 * server-duid ll; 3791 * server-duid ll ethernet|ieee802|fddi 00:16:6F:49:7D:9B; 3792 * server-duid en 2495 "enterprise-specific-identifier-1234"; 3800 struct element *duid; local 3804 duid = createMap() [all...] |