Home
last modified time | relevance | path

Searched refs:bootp_id (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/net/
Dbootp.c718 u32 bootp_id; in bootp_request() local
797 bootp_id = ((u32)net_ethaddr[2] << 24) in bootp_request()
801 bootp_id += get_timer(0); in bootp_request()
802 bootp_id = htonl(bootp_id); in bootp_request()
803 bootp_add_id(bootp_id); in bootp_request()
804 net_copy_u32(&bp->bp_id, &bootp_id); in bootp_request()
Dbootp.h62 extern u32 bootp_id; /* ID of cur BOOTP request */
/external/dnsmasq/src/
Drfc2131.c348 struct dhcp_netid id, bootp_id; in dhcp_reply() local
379 bootp_id.net = "bootp"; in dhcp_reply()
380 bootp_id.next = netid; in dhcp_reply()
381 netid = &bootp_id; in dhcp_reply()