HomeSort by relevance Sort by last modified time
    Searched full:bmacaddr (Results 1 - 2 of 2) sorted by null

  /external/toybox/toys/pending/
dhcp.c 201 uint8_t bmacaddr[6] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; variable
738 memcpy(dest_sll.sll_addr, bmacaddr , 6);
    [all...]
dhcpd.c 650 uint8_t bmacaddr[6] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; local
664 memcpy(dest_sll.sll_addr, (broadcast)?bmacaddr:gstate.rcvd_pkt.chaddr , 6);
    [all...]

Completed in 65 milliseconds