Lines Matching refs:address
154 Usage: /usr/lib/pkg.depotd [-a address] [-d inst_root] [-p port] [-s threads]
162 -a address The IP address on which to listen for connections. The
525 ivalues["pkg"]["address"] = list(addresses)
591 address = dconf.get_property("pkg", "address")
592 if address:
593 address = address[0]
594 elif not address:
595 dconf.set_property("pkg", "address", [HOST_DEFAULT])
596 address = dconf.get_property("pkg", "address")[0]
635 cherrypy.process.servers.check_port(address, port)
750 "server.socket_host": address,