Home
last modified time | relevance | path

Searched refs:hwaddr_ntoa (Results 1 – 8 of 8) sorted by relevance

/external/dhcpcd-6.8.2/
Dduid.c142 x = fprintf(fp, "%s\n", hwaddr_ntoa(d, len, line, sizeof(line))); in duid_get()
Dcommon.h188 char *hwaddr_ntoa(const unsigned char *, size_t, char *, size_t);
Dcommon.c310 hwaddr_ntoa(const unsigned char *hwaddr, size_t hwlen, char *buf, size_t buflen) in hwaddr_ntoa() function
Ddhcpcd.c781 hwaddr_ntoa(ifp->ctx->duid, in dhcpcd_startinterface()
792 hwaddr_ntoa(ifo->iaid, sizeof(ifo->iaid), in dhcpcd_startinterface()
800 ifp->name, hwaddr_ntoa(ifo->ia[i].iaid, in dhcpcd_startinterface()
1035 hwaddr_ntoa(hwaddr, hwlen, buf, sizeof(buf))); in dhcpcd_handlehwaddr()
Darp.c112 hwaddr_ntoa(amsg->sha, astate->iface->hwlen, in arp_report_conflicted()
Ddhcp.c2745 hwaddr_ntoa(amsg->sha, astate->iface->hwlen, buf, sizeof(buf)); in dhcp_arp_conflicted()
3329 hwaddr_ntoa(dhcp->chaddr, sizeof(dhcp->chaddr), in dhcp_handlepacket()
3531 hwaddr_ntoa(state->clientid + 1, state->clientid[0], in dhcp_init()
3535 hwaddr_ntoa(ifp->hwaddr, ifp->hwlen, buf, sizeof(buf))); in dhcp_init()
Ddhcp6.c2018 hwaddr_ntoa(iaid, sizeof(iaid), buf, sizeof(buf))); in dhcp6_findia()
2025 hwaddr_ntoa(iaid, sizeof(iaid), buf, sizeof(buf))); in dhcp6_findia()
Dipv6.c266 hwaddr_ntoa(ctx->secret, ctx->secret_len, line, sizeof(line))); in ipv6_readsecret()