Searched refs:mac_bytes (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/networking/udhcp/
H A Dfiles.c29 uint8_t *mac_bytes = arg; local
35 memcpy(mac_bytes, temp_ether_addr, 6);
255 uint8_t *mac_bytes; local
259 mac_bytes = xmalloc(sizeof(unsigned char) * 8);
265 read_mac(mac_string, mac_bytes);
271 addStaticLease(arg, mac_bytes, ip);

Completed in 88 milliseconds