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

  /external/dhcpcd/
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...]
defs.h 39 #ifndef DUID
40 # define DUID SYSCONFDIR "/" PACKAGE ".duid"
duid.h 33 size_t get_duid(unsigned char *duid, const struct interface *iface);
Android.mk 9 LOCAL_SRC_FILES := arp.c bind.c common.c control.c dhcp.c dhcpcd.c duid.c \
dhcpcd.conf.5 112 .It Ic duid
120 The duid generated will be held in
121 .Pa /etc/dhcpcd.duid
dhcpcd.conf.5.in 112 .It Ic duid
120 The duid generated will be held in
121 .Pa @SYSCONFDIR@/dhcpcd.duid
dhcpcd.8 366 .It Fl D , -duid
373 generates the DUID and stores it in
374 .Pa /etc/dhcpcd.duid .
550 .It Pa /etc/dhcpcd.duid
551 Text file that holds the DUID used to identify the host.
dhcpcd.8.in 366 .It Fl D , -duid
373 generates the DUID and stores it in
374 .Pa @SYSCONFDIR@/dhcpcd.duid .
550 .It Pa @SYSCONFDIR@/dhcpcd.duid
551 Text file that holds the DUID used to identify the host.
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"
752 uint8_t *duid; local
791 duid = xmalloc(DUID_LEN);
792 if ((len = get_duid(duid, iface)) == 0)
    [all...]
if-options.c 85 {"duid", no_argument, NULL, 'D'},

Completed in 2408 milliseconds