Home
last modified time | relevance | path

Searched refs:HWL_ETHER (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/net/
H A Dbootp.c132 else if (bp->bp_hlen != HWL_ETHER) in check_reply_packet()
136 else if (memcmp(bp->bp_chaddr, net_ethaddr, HWL_ETHER) != 0) in check_reply_packet()
758 bp->bp_hlen = HWL_ETHER; in bootp_request()
976 bp->bp_hlen = HWL_ETHER; in dhcp_send_request_packet()
H A Dbootp.h39 # define HWL_ETHER 6 macro