Searched refs:duid_make (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/bsd/dhcpcd/dist/src/
H A Dduid.h38 size_t duid_make(void *, const struct interface *, uint16_t);
H A Dduid.c125 duid_make(void *d, const struct interface *ifp, uint16_t type) function
220 return duid_make(data, ifp, DUID_LL);
224 len = duid_make(data, ifp,
235 return duid_make(data, ifp, DUID_LL);
H A Ddhcp6.c788 duid_len = duid_make(duid, ifp, DUID_LL);
3668 duid_len = duid_make(duid, ifp, DUID_LL);

Completed in 276 milliseconds