Home | History | Annotate | Download | only in src

Lines Matching refs:tmp1

507   struct dhcp_netid *tmp1;
516 for (tmp1 = pool; tmp1; tmp1 = tmp1->next)
517 if (strcmp(check->net, tmp1->net) == 0)
519 if (!tmp1)
523 for (tmp1 = pool; tmp1; tmp1 = tmp1->next)
524 if (strcmp((check->net)+1, tmp1->net) == 0)