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

/external/toybox/toys/pending/
H A Ddhcp.c198 uint8_t bmacaddr[6] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; variable
736 memcpy(dest_sll.sll_addr, bmacaddr , 6);
H A Ddhcpd.c910 uint8_t bmacaddr[6] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; local
924 memcpy(dest_sll.sll_addr, (broadcast)?bmacaddr:gstate.rcvd.rcvd_pkt.chaddr , 6);

Completed in 70 milliseconds