Searched refs:net_read_u32 (Results 1 – 2 of 2) sorted by relevance
134 else if (!bootp_match_id(net_read_u32(&bp->bp_id))) in check_reply_packet()369 if (net_read_u32((u32 *)&bp->bp_vend[0]) == htonl(BOOTP_VENDOR_MAGIC)) in bootp_handler()909 if (net_read_u32((u32 *)&bp->bp_vend[0]) != htonl(BOOTP_VENDOR_MAGIC)) in dhcp_packet_process_options()935 if (net_read_u32((u32 *)popt) != htonl(BOOTP_VENDOR_MAGIC)) in dhcp_message_type()
732 static inline u32 net_read_u32(u32 *from) in net_read_u32() function