Home
last modified time | relevance | path

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

/dragonfly/contrib/dhcpcd/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()
H A Ddhcpcd.conf16 duid
H A Ddhcpcd.h134 unsigned char *duid; member
H A Ddhcp6.c659 uint8_t duid[DUID_LEN]; in dhcp6_makemessage() local
788 duid_len = duid_make(duid, ifp, DUID_LL); in dhcp6_makemessage()
951 COPYIN(D6_OPTION_CLIENTID, duid, in dhcp6_makemessage()
954 COPYIN(D6_OPTION_CLIENTID, ifp->ctx->duid, in dhcp6_makemessage()
3664 uint8_t duid[DUID_LEN], *dp; in dhcp6_recvmsg() local
3668 duid_len = duid_make(duid, ifp, DUID_LL); in dhcp6_recvmsg()
3669 dp = duid; in dhcp6_recvmsg()
3672 dp = ctx->duid; in dhcp6_recvmsg()
H A Ddhcpcd.c879 if (ctx->duid != NULL) { in dhcpcd_initduid()
886 if (ctx->duid == NULL) in dhcpcd_initduid()
891 hwaddr_ntoa(ctx->duid, ctx->duid_len, buf, sizeof(buf))); in dhcpcd_initduid()
2689 free(ctx.duid); in main()
H A Dif-options.c1028 no = realloc(ctx->duid, dl); in parse_option()
1032 ctx->duid = no; in parse_option()
H A Ddhcp.c3923 memcpy(state->clientid + 6, ifp->ctx->duid, in dhcp_init()
/dragonfly/sys/kern/
H A Dvfs_helper.c207 vop_helper_create_uid(struct mount *mp, mode_t dmode, uid_t duid, in vop_helper_create_uid() argument
212 duid != cred->cr_uid && duid) { in vop_helper_create_uid()
214 return(duid); in vop_helper_create_uid()
/dragonfly/contrib/dhcpcd/
H A DREADME.md47 # In this case, comment out duid and enable clientid above.
48 duid
86 `/var/db` and now stores dhcpcd.duid and dhcpcd.secret in there instead of
/dragonfly/sbin/dhcpcd/
H A DMakefile10 SRCS= common.c control.c dhcpcd.c duid.c eloop.c logerr.c
/dragonfly/usr.sbin/makefs/hammer2/
H A Dhammer2_compat.h546 vop_helper_create_uid(struct mount *mp, mode_t dmode, uid_t duid, in vop_helper_create_uid() argument
/dragonfly/sys/sys/
H A Dmount.h789 uid_t vop_helper_create_uid(struct mount *mp, mode_t dmode, uid_t duid,