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

  /external/dhcpcd/
net.c 124 hwaddr_ntoa(const unsigned char *hwaddr, size_t hwlen)
130 for (i = 0; i < hwlen && i < HWADDR_LEN; i++) {
181 _unused unsigned char *hwaddr, _unused size_t *hwlen,
246 if (hwaddr && hwlen && ifr->ifr_addr.sa_family == AF_LINK) {
249 *hwlen = sdl->sdl_alen;
250 memcpy(hwaddr, LLADDR(sdl), *hwlen);
371 size_t hwlen = 0; local
388 hwlen = ETHER_ADDR_LEN;
391 hwlen = EUI64_ADDR_LEN;
393 hwlen = INFINIBAND_ADDR_LEN
    [all...]
lpf.c 140 su.sll.sll_halen = iface->hwlen;
145 memset(&su.sll.sll_addr, 0xff, iface->hwlen);
dhcp.h 129 uint8_t hwlen; /* hardware address length */ member in struct:dhcp_message
net.h 101 size_t hwlen; member in struct:interface
client.c 310 memcpy(p, iface->hwaddr, iface->hwlen);
311 p += iface->hwlen;
518 if (!(state->options & DHCPCD_CLIENTID) && iface->hwlen > DHCP_CHADDR_LEN)
559 len = iface->hwlen + 1;
563 memcpy(iface->clientid + 2, iface->hwaddr, iface->hwlen);
    [all...]
dhcp.c 796 dhcp->hwlen = ETHER_ADDR_LEN;
801 dhcp->hwlen = 0;
  /external/grub/netboot/
etherboot.h 267 char hwlen; member in struct:arprequest
main.c 262 arpreq.hwlen = ETH_ALEN;
495 rarpreq.hwlen = ETH_ALEN;
  /external/dnsmasq/src/
rfc2131.c     [all...]
dnsmasq.h 845 unsigned char *extended_hwaddr(int hwtype, int hwlen, unsigned char *hwaddr,

Completed in 158 milliseconds