Searched refs:bmacaddr (Results 1 – 2 of 2) sorted by relevance
/external/toybox/toys/pending/ |
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()
|
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()
|