Home
last modified time | relevance | path

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

/u-boot/net/
A Dbootp.c61 unsigned int bootp_num_ids; variable
101 if (bootp_num_ids >= ARRAY_SIZE(bootp_ids)) { in bootp_add_id()
105 bootp_ids[bootp_num_ids - 1] = id; in bootp_add_id()
107 bootp_ids[bootp_num_ids] = id; in bootp_add_id()
108 bootp_num_ids++; in bootp_add_id()
116 for (i = 0; i < bootp_num_ids; i++) in bootp_match_id()
716 bootp_num_ids = 0; in bootp_reset()

Completed in 4 milliseconds