Home
last modified time | relevance | path

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

/u-boot/net/
A Dbootp.c139 else if (!bootp_match_id(net_read_u32(&bp->bp_id))) in check_reply_packet()
387 if (net_read_u32((u32 *)&bp->bp_vend[0]) == htonl(BOOTP_VENDOR_MAGIC)) in bootp_handler()
937 if (net_read_u32((u32 *)&bp->bp_vend[0]) != htonl(BOOTP_VENDOR_MAGIC)) in dhcp_packet_process_options()
963 if (net_read_u32((u32 *)popt) != htonl(BOOTP_VENDOR_MAGIC)) in dhcp_message_type()
/u-boot/include/
A Dnet.h761 static inline u32 net_read_u32(void *from) in net_read_u32() function

Completed in 7 milliseconds