Home
last modified time | relevance | path

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

/external/u-boot/net/
Dbootp.c133 else if (!bootp_match_id(net_read_u32(&bp->bp_id))) in check_reply_packet()
374 if (net_read_u32((u32 *)&bp->bp_vend[0]) == htonl(BOOTP_VENDOR_MAGIC)) in bootp_handler()
924 if (net_read_u32((u32 *)&bp->bp_vend[0]) != htonl(BOOTP_VENDOR_MAGIC)) in dhcp_packet_process_options()
950 if (net_read_u32((u32 *)popt) != htonl(BOOTP_VENDOR_MAGIC)) in dhcp_message_type()
/external/u-boot/include/
Dnet.h728 static inline u32 net_read_u32(u32 *from) in net_read_u32() function