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

  /external/u-boot/net/
bootp.c 804 net_copy_u32(&bp->bp_id, &bootp_id);
845 net_copy_u32((u32 *)to_ptr, (u32 *)(popt + 2));
881 net_copy_u32(&dhcp_leasetime, (u32 *)(popt + 2));
1011 net_copy_u32(&bp->bp_id, &bp_offer->bp_id);
  /external/u-boot/include/
net.h 749 static inline void net_copy_u32(u32 *to, u32 *from) function

Completed in 85 milliseconds