Home
last modified time | relevance | path

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

/external/u-boot/net/
Dbootp.c55 unsigned int bootp_num_ids; variable
95 if (bootp_num_ids >= ARRAY_SIZE(bootp_ids)) { in bootp_add_id()
99 bootp_ids[bootp_num_ids - 1] = id; in bootp_add_id()
101 bootp_ids[bootp_num_ids] = id; in bootp_add_id()
102 bootp_num_ids++; in bootp_add_id()
110 for (i = 0; i < bootp_num_ids; i++) in bootp_match_id()
703 bootp_num_ids = 0; in bootp_reset()