Home
last modified time | relevance | path

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

/external/u-boot/net/
Dbootp.c804 net_copy_u32(&bp->bp_id, &bootp_id); in bootp_request()
845 net_copy_u32((u32 *)to_ptr, (u32 *)(popt + 2)); in dhcp_process_options()
881 net_copy_u32(&dhcp_leasetime, (u32 *)(popt + 2)); in dhcp_process_options()
1011 net_copy_u32(&bp->bp_id, &bp_offer->bp_id); in dhcp_send_request_packet()
/external/u-boot/include/
Dnet.h749 static inline void net_copy_u32(u32 *to, u32 *from) in net_copy_u32() function