Searched refs:net_copy_u32 (Results 1 – 2 of 2) sorted by relevance
804 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()
749 static inline void net_copy_u32(u32 *to, u32 *from) in net_copy_u32() function