Home | History | Annotate | Download | only in semanage

Lines Matching refs:port_str

1202             port_str = "%s-%s" % (low, high)
1204 (k, proto_d, low, high) = self.__genkey(port_str, proto_str)
1206 raise ValueError(_("Could not create a key for %s") % port_str)
1210 raise ValueError(_("Could not delete the port %s") % port_str)
1214 port_str = low
1216 self.mylog.log_change("resrc=port op=delete lport=%s proto=%s" % (port_str, socket.getprotobyname(proto_str)))