Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/net/
H A Dbootp.c792 net_copy_u32(&bp->bp_id, &bootp_id); in bootp_request()
833 net_copy_u32((u32 *)to_ptr, (u32 *)(popt + 2)); in dhcp_process_options()
869 net_copy_u32(&dhcp_leasetime, (u32 *)(popt + 2)); in dhcp_process_options()
996 net_copy_u32(&bp->bp_id, &bp_offer->bp_id); in dhcp_send_request_packet()
/OK3568_Linux_fs/u-boot/include/
H A Dnet.h753 static inline void net_copy_u32(u32 *to, u32 *from) in net_copy_u32() function