lp_max_ttl        509 source3/nmbd/nmbd_incomingrequests.c 				namerec->data.death_time - p->timestamp : lp_max_ttl();
lp_max_ttl        100 source3/nmbd/nmbd_mynames.c 				MIN(lp_max_ttl(), MAX_REFRESH_TIME), SELF_NAME, 1, &subrec->myip);
lp_max_ttl        249 source3/nmbd/nmbd_mynames.c 			namerec->data.death_time = t + lp_max_ttl();
lp_max_ttl        250 source3/nmbd/nmbd_mynames.c 			namerec->data.refresh_time = t + MIN(lp_max_ttl()/2, MAX_REFRESH_TIME);
lp_max_ttl        448 source3/nmbd/nmbd_nameregister.c 			   nb_flags, lp_max_ttl(), SELF_NAME,
lp_max_ttl        243 source3/nmbd/nmbd_packets.c 		nmb->additional->ttl = lp_max_ttl();
lp_max_ttl        169 source3/nmbd/nmbd_serverlistdb.c 	if(ttl > lp_max_ttl())
lp_max_ttl        170 source3/nmbd/nmbd_serverlistdb.c 		ttl = lp_max_ttl();
lp_max_ttl        217 source3/nmbd/nmbd_synclists.c 			update_workgroup_ttl(work,lp_max_ttl());
lp_max_ttl        221 source3/nmbd/nmbd_synclists.c 							  sname, lp_max_ttl());
lp_max_ttl        243 source3/nmbd/nmbd_synclists.c 			update_server_ttl(servrec, lp_max_ttl());
lp_max_ttl        251 source3/nmbd/nmbd_synclists.c 	create_server_on_workgroup(work, sname,stype, lp_max_ttl(), comment);
lp_max_ttl         79 source3/nmbd/nmbd_winsproxy.c 		ttl = lp_max_ttl();
lp_max_ttl       5436 source3/param/loadparm.c FN_GLOBAL_INTEGER(lp_max_ttl, &Globals.max_ttl)