Searched refs:fqdn (Results 1 – 12 of 12) sorted by relevance
59 local fqdn="$1"60 [ -z "$fqdn" ] && return61 hostnamectl set-hostname "$fqdn" || true62 echo "Set hostname $fqdn on $RA_IF" >&2119 fqdn=121 fqdn="$host-n$hextet.$domain"123 rtrs["$rtr"]="$mac $dl $pfx $fqdn"145 old_fqdn="$fqdn"146 update_fqdn "$fqdn" || true170 fqdn=${data[3]}[all …]
77 const char *fqdn = NULL; in vc_chr_open() local80 fqdn = "org.qemu.console.serial.0"; in vc_chr_open()82 fqdn = "org.qemu.console.parallel.0"; in vc_chr_open()84 fqdn = "org.qemu.monitor.hmp.0"; in vc_chr_open()88 be->u.spiceport.data->fqdn = fqdn ? in vc_chr_open()89 g_strdup(fqdn) : g_strdup_printf("org.qemu.console.%s", chr->label); in vc_chr_open()198 be->u.spiceport.data->fqdn = g_strdup("org.qemu.monitor.qmp.0"); in spice_app_display_init()
71 update-dhcp-status 'ONGOING' "Setting hostname ${fqdn} and ip ${ipv6}"77 echo "Using hostname $fqdn" >&278 hostnamectl set-hostname "$fqdn" || true
12 ExecStart=/usr/bin/udhcpc6 -f -q -O fqdn -O bootfile_url -O bootfile_param -i %I -s /usr/libexec/gb…
28 {{ $t('pageNetwork.fqdn') }}31 {{ dataFormatter(fqdn) }}86 fqdn: '',111 this.fqdn = this.ethernetData[this.selectedInterface].FQDN;
4 Thanks to the associated reverse fully qualified domain name (fqdn),7 The following fqdn names are reserved by the QEMU project:
1282 if (fqdn.length() > 255) in handleFqdnPatch()1288 size_t pos = fqdn.find('.'); in handleFqdnPatch()1297 domainname = (fqdn).substr(pos + 1); in handleFqdnPatch()1298 hostname = (fqdn).substr(0, pos); in handleFqdnPatch()1877 std::string fqdn = ethData.hostName; in parseInterfaceData() local1880 fqdn += "." + ethData.domainnames[0]; in parseInterfaceData()1882 jsonResponse["FQDN"] = fqdn; in parseInterfaceData()2280 std::optional<std::string> fqdn; in requestEthernetInterfacesRoutes() local2310 "FQDN", fqdn, // in requestEthernetInterfacesRoutes()2334 fqdn = std::move(fqdn), macAddress = std::move(macAddress), in requestEthernetInterfacesRoutes()[all …]
233 std::string fqdn = hostName; in getNetworkData() local236 fqdn += "."; in getNetworkData()237 fqdn += domainNames[0]; in getNetworkData()239 asyncResp->res.jsonValue["FQDN"] = std::move(fqdn); in getNetworkData()
296 const char *name = spiceport->fqdn; in qemu_chr_open_spice_port()347 spiceport->fqdn = g_strdup(name); in qemu_chr_parse_spice_port()
368 # @fqdn: name of the channel (see docs/spice-port-fqdn.txt)373 'data': { 'fqdn': 'str' },382 # @name: name of the channel (following docs/spice-port-fqdn.txt)
3063 F: docs/spice-port-fqdn.txt
3992 traffic identified by a name (preferably a fqdn).