HomeSort by: relevance | last modified time | path
    Searched refs:hwaddr_ntoa (Results 1 - 12 of 12) sorted by relevancy

  /src/usr.bin/rump_dhcpclient/
net.h 92 char *hwaddr_ntoa(const unsigned char *, size_t);
net.c 129 hwaddr_ntoa(const unsigned char *hwaddr, size_t hwlen) function
  /src/external/bsd/dhcpcd/dist/src/
arp.c 132 hwaddr_ntoa(amsg->sha, astate->iface->hwlen, abuf, sizeof(abuf));
140 hwaddr_ntoa(amsg->fsha, astate->iface->hwlen, fbuf, sizeof(fbuf)),
302 hwaddr_ntoa(&arm.sha, ar.ar_hln, abuf, sizeof(abuf));
303 hwaddr_ntoa(&arm.fsha, falen, fbuf, sizeof(fbuf));
common.c 45 hwaddr_ntoa(const void *hwaddr, size_t hwlen, char *buf, size_t buflen) function
common.h 168 const char *hwaddr_ntoa(const void *, size_t, char *, size_t);
sa.c 394 return hwaddr_ntoa(CLLADDR(sdl), sdl->sdl_alen, buf, len);
401 return hwaddr_ntoa(sll->sll_addr, sll->sll_halen, buf, len);
duid.c 225 hwaddr_ntoa(data, len, line, sizeof(line));
dhcpcd.c 920 hwaddr_ntoa(ctx->duid, ctx->duid_len, buf, sizeof(buf)));
947 hwaddr_ntoa(ifo->iaid, sizeof(ifo->iaid), buf,
957 hwaddr_ntoa(ia->iaid, sizeof(ia->iaid), buf,
1325 hwaddr_ntoa(ifp->hwaddr, ifp->hwlen, buf, sizeof(buf)));
1327 hwaddr_ntoa(hwaddr, hwlen, buf, sizeof(buf)));
dhcp.c 2312 hwaddr_ntoa(amsg->sha, ifp->hwlen, buf, sizeof(buf));
3147 hwaddr_ntoa(bootp->chaddr, sizeof(bootp->chaddr),
4037 hwaddr_ntoa(state->clientid + 1, state->clientid[0], buf,
4041 hwaddr_ntoa(ifp->hwaddr, ifp->hwlen, buf, sizeof(buf)));
if.c 226 hwaddr_ntoa(buf, ifp->hwlen, sbuf, sizeof(sbuf)));
dhcp6.c 2507 hwaddr_ntoa(ia.iaid, sizeof(ia.iaid), buf,
2519 hwaddr_ntoa(iaid, sizeof(iaid), buf,
ipv6.c 182 hwaddr_ntoa(ctx->secret, ctx->secret_len, line, sizeof(line));

Completed in 76 milliseconds