Searched refs:NUM_OPTS (Results 1 – 1 of 1) sorted by relevance
1619 #define NUM_OPTS 4 in pxe_opts() macro1624 int i, j = NUM_OPTS - 1; in pxe_opts()1640 if (!fake_opts && !(fake_opts = whine_malloc(NUM_OPTS * sizeof(struct dhcp_opt)))) return ret; in pxe_opts()1642 for (i = 0; i < NUM_OPTS; i++) { in pxe_opts()1645 fake_opts[i].next = i == (NUM_OPTS - 1) ? ret : &fake_opts[i + 1]; in pxe_opts()