Searched refs:host_prefix (Results 1 – 4 of 4) sorted by relevance
67 host_prefix = self._host.hostname.split('-')[0]68 if ap_constants.CASEY5 in host_prefix:70 elif ap_constants.CASEY7 in host_prefix:78 prefix=host_prefix)
74 host_prefix = self._host.hostname.split('-')[0]78 prefix=host_prefix)
275 static const char *host_prefix = "host!"; in bindlocal() local281 else if(strncmp(host_prefix, dev, strlen(host_prefix)) == 0) { in bindlocal()282 dev += strlen(host_prefix); in bindlocal()
1044 host_prefix = req_host[:-len(domain)]1045 if (host_prefix.find(".") >= 0 and1048 host_prefix, domain)