Lines Matching refs:tlp
2069 dn_rec_list_t *dncp, *dnsp, *tlp; in select_offer() local
2267 for (tlp = dncp; in select_offer()
2268 tlp != NULL && tlp->dnl_next; in select_offer()
2269 tlp = tlp->dnl_next) in select_offer()
2271 tlp->dnl_next = pnd->freerec; in select_offer()
2409 for (tlp = dnsp; in select_offer()
2410 tlp != NULL && tlp->dnl_next; in select_offer()
2411 tlp = tlp->dnl_next) in select_offer()
2413 tlp->dnl_next = pnd->lrurec; in select_offer()
2435 dn_rec_list_t *tlp; in purge_dnet_cache() local
2440 for (plp = tlp = pnd->freerec; tlp != NULL; tlp = tlp->dnl_next) { in purge_dnet_cache()
2441 if (tlp->dnl_rec->dn_cip.s_addr == dnp->dn_cip.s_addr) { in purge_dnet_cache()
2442 if (tlp == plp) { in purge_dnet_cache()
2443 pnd->freerec = tlp->dnl_next; in purge_dnet_cache()
2445 plp->dnl_next = tlp->dnl_next; in purge_dnet_cache()
2447 tlp->dnl_next = NULL; in purge_dnet_cache()
2450 plp = tlp; in purge_dnet_cache()
2453 if (tlp != NULL) in purge_dnet_cache()
2454 dhcp_free_dd_list(pnd->dh, tlp); in purge_dnet_cache()
2457 for (plp = tlp = pnd->lrurec; tlp != NULL; tlp = tlp->dnl_next) { in purge_dnet_cache()
2458 if (tlp->dnl_rec->dn_cip.s_addr == dnp->dn_cip.s_addr) { in purge_dnet_cache()
2459 if (tlp == plp) { in purge_dnet_cache()
2460 pnd->lrurec = tlp->dnl_next; in purge_dnet_cache()
2462 plp->dnl_next = tlp->dnl_next; in purge_dnet_cache()
2464 tlp->dnl_next = NULL; in purge_dnet_cache()
2467 plp = tlp; in purge_dnet_cache()
2470 if (tlp != NULL) in purge_dnet_cache()
2471 dhcp_free_dd_list(pnd->dh, tlp); in purge_dnet_cache()