Searched refs:bmacaddr (Results 1 - 2 of 2) sorted by relevance
/third_party/toybox/toys/pending/ |
H A D | dhcp.c | 198 uint8_t bmacaddr[6] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; variable 738 memcpy(dest_sll.sll_addr, bmacaddr , 6); in send_raw()
|
H A D | dhcpd.c | 910 uint8_t bmacaddr[6] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in send_packet() local 924 memcpy(dest_sll.sll_addr, (broadcast)?bmacaddr:gstate.rcvd.rcvd_pkt.chaddr , 6); in send_packet()
|
Completed in 6 milliseconds