Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/net/
H A Dbootp.c134 else if (!bootp_match_id(net_read_u32(&bp->bp_id))) in check_reply_packet()
792 net_copy_u32(&bp->bp_id, &bootp_id); in bootp_request()
996 net_copy_u32(&bp->bp_id, &bp_offer->bp_id); in dhcp_send_request_packet()
H A Dbootp.h41 u32 bp_id; /* Transaction ID */ member