Home
last modified time | relevance | path

Searched refs:addhostport (Results 1 – 5 of 5) sorted by relevance

/dports/net/radsecproxy/radsecproxy-1.8.2/
H A Dhostport.h13 int addhostport(struct list **hostports, char **hostport, char *portdefault, uint8_t prefixok);
H A Dhostport.c179 int addhostport(struct list **hostports, char **hostport, char *portdefault, uint8_t prefixok) { in addhostport() function
H A Dradsecproxy.c2414 if (!addhostport(&conf->hostports, conf->hostsrc, conf->pdef->portdefault, 1) || in confclient_cb()
2487 if (!addhostport(&conf->hostports, conf->hostsrc, conf->portsrc, 0)) { in compileserverconfig()
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/inspur/instorage/
H A Dinstorage_common.py2063 self.ssh.addhostport(host_name, port[0], port[1])
3279 def addhostport(self, host, port_type, port_name): member in InStorageSSH
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/ibm/storwize_svc/
H A Dstorwize_svc_common.py262 def addhostport(self, host, port_type, port_name): member in StorwizeSSH
1143 self.ssh.addhostport(host_name, port[0], port[1])