HomeSort by relevance Sort by last modified time
    Searched refs:duid (Results 1 - 5 of 5) sorted by null

  /external/dhcpcd/
duid.h 33 size_t get_duid(unsigned char *duid, const struct interface *iface);
duid.c 38 #include "duid.h"
42 get_duid(unsigned char *duid, const struct interface *iface)
50 unsigned char *p = duid;
54 /* If we already have a DUID then use it as it's never supposed
56 if ((f = fopen(DUID, "r"))) {
60 hwaddr_aton(duid, line);
74 if (!(f = fopen(DUID, "w")))
82 /* time returns seconds from jan 1 1970, but DUID-LLT is
91 len = p - duid;
92 x = fprintf(f, "%s\n", hwaddr_ntoa(duid, len))
    [all...]
Android.mk 9 LOCAL_SRC_FILES := arp.c bind.c common.c control.c dhcp.c dhcpcd.c duid.c \
Makefile 4 SRCS= arp.c bind.c common.c control.c dhcp.c dhcpcd.c duid.c eloop.c
dhcpcd.c 65 #include "duid.h"
778 uint8_t *duid; local
819 duid = xmalloc(DUID_LEN);
820 if ((len = get_duid(duid, iface)) == 0)
    [all...]

Completed in 40 milliseconds