OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_duid
(Results
1 - 3
of
3
) sorted by null
/external/dhcpcd/
duid.h
33
size_t
get_duid
(unsigned char *duid, const struct interface *iface);
duid.c
42
get_duid
(unsigned char *duid, const struct interface *iface)
function
dhcpcd.c
820
if ((len =
get_duid
(duid, iface)) == 0)
821
syslog(LOG_ERR, "
get_duid
: %m");
[
all
...]
Completed in 677 milliseconds